aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/extratactics.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/extratactics.mli')
-rw-r--r--tactics/extratactics.mli19
1 files changed, 19 insertions, 0 deletions
diff --git a/tactics/extratactics.mli b/tactics/extratactics.mli
new file mode 100644
index 000000000..0e178b52b
--- /dev/null
+++ b/tactics/extratactics.mli
@@ -0,0 +1,19 @@
+(***********************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *)
+(* \VV/ *************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(***********************************************************************)
+
+(* $Id$ *)
+
+open Names
+open Term
+open Proof_type
+
+val h_discrHyp : identifier -> tactic
+val h_injHyp : identifier -> tactic
+val h_rewriteLR : constr -> tactic
+
+val refine_tac : Genarg.open_constr -> tactic