diff options
| author | barras | 2001-09-20 18:10:57 +0000 |
|---|---|---|
| committer | barras | 2001-09-20 18:10:57 +0000 |
| commit | 1f96d480842a1206a9334d0c8b1b6cc4647066ef (patch) | |
| tree | 9fc22a20d49bcefca1d863aee9d36c5fab03334f /kernel/declarations.mli | |
| parent | 6c7f6fa6c215e5e28fcf23bf28ccb9db543709ba (diff) | |
Transparent
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2035 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'kernel/declarations.mli')
| -rw-r--r-- | kernel/declarations.mli | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kernel/declarations.mli b/kernel/declarations.mli index ff002230ff..e7c88f6f42 100644 --- a/kernel/declarations.mli +++ b/kernel/declarations.mli @@ -26,17 +26,16 @@ type constant_body = { const_type : types; const_hyps : section_context; (* New: younger hyp at top *) const_constraints : constraints; - mutable const_opaque : bool } + const_opaque : bool } val is_defined : constant_body -> bool -val is_opaque : constant_body -> bool - (*s Global and local constant declaration. *) type constant_entry = { - const_entry_body : constr; - const_entry_type : constr option } + const_entry_body : constr; + const_entry_type : constr option; + const_entry_opaque : bool } type local_entry = | LocalDef of constr |
