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.ml | |
| 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.ml')
| -rw-r--r-- | kernel/constant.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/constant.ml b/kernel/constant.ml index ba932b7885..39eda93fc1 100644 --- a/kernel/constant.ml +++ b/kernel/constant.ml @@ -2,6 +2,7 @@ (* $Id$ *) open Names +open Univ open Generic open Term open Sign @@ -25,6 +26,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 } let is_defined cb = |
