aboutsummaryrefslogtreecommitdiff
path: root/tactics/equality.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/equality.mli')
-rw-r--r--tactics/equality.mli3
1 files changed, 1 insertions, 2 deletions
diff --git a/tactics/equality.mli b/tactics/equality.mli
index 6b405b2473..672c4014a3 100644
--- a/tactics/equality.mli
+++ b/tactics/equality.mli
@@ -55,8 +55,7 @@ val dEq : quantified_hypothesis option -> tactic
val dEqThen : (int -> tactic) -> quantified_hypothesis option -> tactic
val make_iterated_tuple :
- env -> evar_map -> (constr * constr) -> (constr * constr)
- -> constr * constr * constr
+ env -> evar_map -> constr -> (constr * types) -> constr * constr * constr
val substHypInConcl : bool -> identifier -> tactic
val substConcl : bool -> constr -> tactic