aboutsummaryrefslogtreecommitdiff
path: root/tactics/equality.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/equality.mli')
-rw-r--r--tactics/equality.mli6
1 files changed, 4 insertions, 2 deletions
diff --git a/tactics/equality.mli b/tactics/equality.mli
index ce38c7166b..95cf639eee 100644
--- a/tactics/equality.mli
+++ b/tactics/equality.mli
@@ -22,6 +22,7 @@ open Tacticals
open Tactics
open Tacexpr
open Rawterm
+open Genarg
(*i*)
val general_rewrite_bindings : bool -> constr with_bindings -> tactic
@@ -62,8 +63,9 @@ val discrClause : clause -> tactic
val discrHyp : identifier -> tactic
val discrEverywhere : tactic
val discr_tac : quantified_hypothesis option -> tactic
-val inj : identifier -> tactic
-val injClause : quantified_hypothesis option -> tactic
+val inj : intro_pattern_expr list -> identifier -> tactic
+val injClause : intro_pattern_expr list -> quantified_hypothesis option ->
+ tactic
val dEq : quantified_hypothesis option -> tactic
val dEqThen : (int -> tactic) -> quantified_hypothesis option -> tactic