aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/leminv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/leminv.mli')
-rw-r--r--tactics/leminv.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/tactics/leminv.mli b/tactics/leminv.mli
index 3d5f33c66..17e1b0552 100644
--- a/tactics/leminv.mli
+++ b/tactics/leminv.mli
@@ -3,6 +3,7 @@ open Names
open Term
open Rawterm
open Proof_type
+open Topconstr
val lemInv_gen : quantified_hypothesis -> constr -> tactic
val lemInvIn_gen : quantified_hypothesis -> constr -> identifier list -> tactic
@@ -11,5 +12,5 @@ val inversion_lemma_from_goal :
int -> identifier -> identifier -> sorts -> bool ->
(identifier -> tactic) -> unit
val add_inversion_lemma_exn :
- identifier -> Coqast.t -> Coqast.t -> bool -> (identifier -> tactic) -> unit
+ identifier -> constr_expr -> rawsort -> bool -> (identifier -> tactic) -> unit