summaryrefslogtreecommitdiff
path: root/printing/pputils.mli
diff options
context:
space:
mode:
Diffstat (limited to 'printing/pputils.mli')
-rw-r--r--printing/pputils.mli13
1 files changed, 13 insertions, 0 deletions
diff --git a/printing/pputils.mli b/printing/pputils.mli
new file mode 100644
index 00000000..72877483
--- /dev/null
+++ b/printing/pputils.mli
@@ -0,0 +1,13 @@
+(************************************************************************)
+(* v * The Coq Proof Assistant / The Coq Development Team *)
+(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2015 *)
+(* \VV/ **************************************************************)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(************************************************************************)
+
+open Pp
+
+val pr_located : ('a -> std_ppcmds) -> 'a Loc.located -> std_ppcmds
+(** Prints an object surrounded by its commented location *)
+