aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/cic.mli
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-04-15 16:05:03 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2013-04-15 16:05:03 +0000
commit66139b2e1f66b826dd5dbdb8a9ade64a4d5e11c6 (patch)
tree3224a1c72541eb786d6c927fbaab51a44481ce38 /checker/cic.mli
parent07c80f246315ac314c82d580bf356df3fb8201d8 (diff)
Checker: empty sections hardcoded in cb and mind
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16400 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'checker/cic.mli')
-rw-r--r--checker/cic.mli11
1 files changed, 3 insertions, 8 deletions
diff --git a/checker/cic.mli b/checker/cic.mli
index e72563c7d..b125e3c72 100644
--- a/checker/cic.mli
+++ b/checker/cic.mli
@@ -104,17 +104,12 @@ type cofixpoint = constr pcofixpoint
(** {6 Type of assumptions and contexts} *)
-type named_declaration = Id.t * constr option * constr
type rel_declaration = Name.t * constr option * constr
-
type rel_context = rel_declaration list
-
-(*************************************************************************)
-(** {4 From sign.ml} *)
-
-type named_context = named_declaration list
-type section_context = named_context
+(** The declarations below in .vo should be outside sections,
+ so we expect there a value compatible with an empty list *)
+type section_context = unit
(*************************************************************************)