diff options
| author | filliatr | 1999-09-25 14:33:49 +0000 |
|---|---|---|
| committer | filliatr | 1999-09-25 14:33:49 +0000 |
| commit | 9084393008d9cd2a1f36391e06f6a73cbc529a16 (patch) | |
| tree | be9e49817af520c00f7086733e0a7bc964fd920e /kernel/constant.mli | |
| parent | f3d068d8bd33a511397576533b1190be9b544a07 (diff) | |
ensembles de contraintes d'univers
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@78 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/constant.mli')
| -rw-r--r-- | kernel/constant.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/constant.mli b/kernel/constant.mli index 890e1f425e..d9adc6d751 100644 --- a/kernel/constant.mli +++ b/kernel/constant.mli @@ -3,6 +3,7 @@ (*i*) open Names +open Univ open Term open Sign (*i*) @@ -20,6 +21,7 @@ type constant_body = { const_body : recipe ref option; const_type : typed_type; const_hyps : typed_type signature; + const_constraints : constraints; mutable const_opaque : bool } val is_defined : constant_body -> bool |
