aboutsummaryrefslogtreecommitdiffhomepage
path: root/checker/typeops.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2014-05-08 13:43:26 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2014-05-08 19:23:51 +0200
commitf912004bbe2c8f77de09cc290c3c687dc4ebf7f8 (patch)
treeeadad13bfd7e178d782bb46a9bd3e0daff84264b /checker/typeops.mli
parent0db1d850b940a5f2351c1ec6e26d1f8087064d40 (diff)
Adapt the checker to polymorphic universes and projections (untested).
Diffstat (limited to 'checker/typeops.mli')
-rw-r--r--checker/typeops.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/checker/typeops.mli b/checker/typeops.mli
index 97d79fe54..32920b02f 100644
--- a/checker/typeops.mli
+++ b/checker/typeops.mli
@@ -16,8 +16,8 @@ open Environ
val infer : env -> constr -> constr
val infer_type : env -> constr -> sorts
val check_ctxt : env -> rel_context -> env
-(* val check_polymorphic_arity : *)
-(* env -> rel_context -> polymorphic_arity -> unit *)
+val check_polymorphic_arity :
+ env -> rel_context -> template_arity -> unit
-val type_of_constant_type : env -> constr -> constr
+val type_of_constant_type : env -> constant_type -> constr