aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/typeops.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/typeops.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/typeops.mli')
-rw-r--r--checker/typeops.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/checker/typeops.mli b/checker/typeops.mli
index 5e71ec77f..3c56c15ef 100644
--- a/checker/typeops.mli
+++ b/checker/typeops.mli
@@ -9,6 +9,7 @@
(*i*)
open Names
open Cic
+open Term
open Environ
(*i*)
@@ -17,7 +18,6 @@ open Environ
val infer : env -> constr -> constr
val infer_type : env -> constr -> sorts
val check_ctxt : env -> rel_context -> env
-val check_named_ctxt : env -> named_context -> env
val check_polymorphic_arity :
env -> rel_context -> polymorphic_arity -> unit