aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/inv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/inv.mli')
-rw-r--r--tactics/inv.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/inv.mli b/tactics/inv.mli
index df629e7c9..6bb2b7282 100644
--- a/tactics/inv.mli
+++ b/tactics/inv.mli
@@ -20,7 +20,7 @@ val inv_clause :
val inv : inversion_kind -> or_and_intro_pattern option ->
quantified_hypothesis -> unit Proofview.tactic
-val dinv : inversion_kind -> constr option ->
+val dinv : inversion_kind -> EConstr.constr option ->
or_and_intro_pattern option -> quantified_hypothesis -> unit Proofview.tactic
val inv_tac : Id.t -> unit Proofview.tactic