aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/equality.mli
diff options
context:
space:
mode:
authorGravatar Matthieu Sozeau <mattam@mattam.org>2017-05-29 17:02:45 +0200
committerGravatar Matthieu Sozeau <mattam@mattam.org>2017-05-29 17:02:45 +0200
commit7855fa596d5308a1c153b98146e57e9408bf8c5d (patch)
tree26be526fce869411ee678aed207c75467e4cf34b /tactics/equality.mli
parente95d1717c20b12234133e433d34d9457c4332942 (diff)
Equality cleanup: remove constr_of_global
Diffstat (limited to 'tactics/equality.mli')
-rw-r--r--tactics/equality.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/equality.mli b/tactics/equality.mli
index b47be3bbc..27be5affb 100644
--- a/tactics/equality.mli
+++ b/tactics/equality.mli
@@ -126,4 +126,4 @@ val set_eq_dec_scheme_kind : mutual scheme_kind -> unit
(* [build_selector env sigma i c t u v] matches on [c] of
type [t] and returns [u] in branch [i] and [v] on other branches *)
val build_selector : env -> evar_map -> int -> constr -> types ->
- constr -> constr -> constr
+ constr -> constr -> evar_map * constr