aboutsummaryrefslogtreecommitdiffhomepage
path: root/pretyping/clenv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'pretyping/clenv.mli')
-rw-r--r--pretyping/clenv.mli8
1 files changed, 3 insertions, 5 deletions
diff --git a/pretyping/clenv.mli b/pretyping/clenv.mli
index 954e5607f..dfa751349 100644
--- a/pretyping/clenv.mli
+++ b/pretyping/clenv.mli
@@ -97,8 +97,7 @@ val clenv_missing : clausenv -> metavariable list
val clenv_constrain_last_binding : constr -> clausenv -> clausenv
(* defines metas corresponding to the name of the bindings *)
-val clenv_match_args : bool (* unify types *) -> arg_bindings -> clausenv ->
- clausenv
+val clenv_match_args : arg_bindings -> clausenv -> clausenv
val clenv_unify_meta_types : ?flags:unify_flags -> clausenv -> clausenv
@@ -107,10 +106,9 @@ val clenv_unify_meta_types : ?flags:unify_flags -> clausenv -> clausenv
(* the arity of the lemma is fixed *)
(* the optional int tells how many prods of the lemma have to be used *)
(* use all of them if None *)
-(* boolean tells to unify immediately unifiable types of the bindings *)
val make_clenv_binding_apply :
- bool -> int option -> evar_info sigma -> constr * constr ->
- open_constr bindings -> clausenv
+ evar_info sigma -> int option -> constr * constr -> open_constr bindings ->
+ clausenv
val make_clenv_binding :
evar_info sigma -> constr * constr -> open_constr bindings -> clausenv