diff options
| author | Matthieu Sozeau | 2014-05-08 13:43:26 +0200 |
|---|---|---|
| committer | Matthieu Sozeau | 2014-05-08 19:23:51 +0200 |
| commit | f912004bbe2c8f77de09cc290c3c687dc4ebf7f8 (patch) | |
| tree | eadad13bfd7e178d782bb46a9bd3e0daff84264b /checker/typeops.mli | |
| parent | 0db1d850b940a5f2351c1ec6e26d1f8087064d40 (diff) | |
Adapt the checker to polymorphic universes and projections (untested).
Diffstat (limited to 'checker/typeops.mli')
| -rw-r--r-- | checker/typeops.mli | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/checker/typeops.mli b/checker/typeops.mli index 97d79fe54a..32920b02ff 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 |
