aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/leminv.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/leminv.mli')
-rw-r--r--tactics/leminv.mli15
1 files changed, 15 insertions, 0 deletions
diff --git a/tactics/leminv.mli b/tactics/leminv.mli
new file mode 100644
index 000000000..3d5f33c66
--- /dev/null
+++ b/tactics/leminv.mli
@@ -0,0 +1,15 @@
+
+open Names
+open Term
+open Rawterm
+open Proof_type
+
+val lemInv_gen : quantified_hypothesis -> constr -> tactic
+val lemInvIn_gen : quantified_hypothesis -> constr -> identifier list -> tactic
+
+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
+