summaryrefslogtreecommitdiff
path: root/printing/printmod.mli
diff options
context:
space:
mode:
Diffstat (limited to 'printing/printmod.mli')
-rw-r--r--printing/printmod.mli14
1 files changed, 14 insertions, 0 deletions
diff --git a/printing/printmod.mli b/printing/printmod.mli
new file mode 100644
index 00000000..bea47534
--- /dev/null
+++ b/printing/printmod.mli
@@ -0,0 +1,14 @@
+(************************************************************************)
+(* 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 Names
+
+(** false iff the module is an element of an open module type *)
+val printable_body : DirPath.t -> bool
+
+include Printmodsig.Pp