aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/equality.mli
diff options
context:
space:
mode:
authorGravatar amblaf <you@example.com>2017-06-27 08:38:20 +0200
committerGravatar amblaf <you@example.com>2017-07-31 10:34:05 +0200
commit1c10b84c0ce5f96a3afd1fc83c738c76070958c3 (patch)
treec0dc65c051e4c97fc6a79b7fcbc292e9cb7ac650 /tactics/equality.mli
parentb84ab413f8434719dbbf5e09da9a0698b84b0106 (diff)
Correcting [build_discriminator] to make the test-suite pass
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 421f7c7f5..a4d1c0f9b 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 -> evar_map * constr
+ constr -> constr -> constr