summaryrefslogtreecommitdiff
path: root/tactics/leminv.mli
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-28 21:54:47 +0000
committerGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-28 21:54:47 +0000
commit6b649aba925b6f7462da07599fe67ebb12a3460e (patch)
tree43656bcaa51164548f3fa14e5b10de5ef1088574 /tactics/leminv.mli
Imported Upstream version 8.0pl1upstream/8.0pl1
Diffstat (limited to 'tactics/leminv.mli')
-rw-r--r--tactics/leminv.mli19
1 files changed, 19 insertions, 0 deletions
diff --git a/tactics/leminv.mli b/tactics/leminv.mli
new file mode 100644
index 00000000..6617edf2
--- /dev/null
+++ b/tactics/leminv.mli
@@ -0,0 +1,19 @@
+
+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
+
+val lemInv_clause :
+ 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 -> constr_expr -> rawsort -> bool -> (identifier -> tactic) ->
+ unit