diff options
Diffstat (limited to 'kernel/typeops.mli')
| -rw-r--r-- | kernel/typeops.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/typeops.mli b/kernel/typeops.mli index a2fedf7f16..9c4d62b95c 100644 --- a/kernel/typeops.mli +++ b/kernel/typeops.mli @@ -51,7 +51,7 @@ val judge_of_prop_contents : contents -> unsafe_judgment val judge_of_type : universe -> unsafe_judgment * constraints -val generalize_without_universes : var_declaration -> typed_type -> typed_type +val generalize_without_universes : named_declaration -> typed_type -> typed_type val abs_rel : env -> 'a evar_map -> name -> typed_type -> unsafe_judgment @@ -85,6 +85,6 @@ val find_case_dep_nparams : env -> 'a evar_map -> constr * constr -> inductive_family -> constr -> bool (*i -val hyps_inclusion : env -> 'a evar_map -> var_context -> var_context -> bool +val hyps_inclusion : env -> 'a evar_map -> named_context -> named_context -> bool i*) |
