summaryrefslogtreecommitdiff
path: root/tactics/decl_interp.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/decl_interp.mli')
-rw-r--r--tactics/decl_interp.mli18
1 files changed, 18 insertions, 0 deletions
diff --git a/tactics/decl_interp.mli b/tactics/decl_interp.mli
new file mode 100644
index 00000000..08d97646
--- /dev/null
+++ b/tactics/decl_interp.mli
@@ -0,0 +1,18 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+(* $Id:$ *)
+
+open Tacinterp
+open Decl_expr
+open Mod_subst
+
+
+val intern_proof_instr : glob_sign -> raw_proof_instr -> glob_proof_instr
+val interp_proof_instr : Decl_mode.pm_info ->
+ Evd.evar_map -> Environ.env -> glob_proof_instr -> proof_instr