aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/tacops.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/tacops.mli')
-rw-r--r--proofs/tacops.mli14
1 files changed, 14 insertions, 0 deletions
diff --git a/proofs/tacops.mli b/proofs/tacops.mli
new file mode 100644
index 000000000..be17e035a
--- /dev/null
+++ b/proofs/tacops.mli
@@ -0,0 +1,14 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2010 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+val make_red_flag :
+ Tacexpr.glob_red_flag list ->
+ (Libnames.reference Misctypes.or_by_notation) Glob_term.glob_red_flag
+
+val pr_move_location :
+ ('a -> Pp.std_ppcmds) -> 'a Tacexpr.move_location -> Pp.std_ppcmds