summaryrefslogtreecommitdiff
path: root/parsing/printmod.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/printmod.mli')
-rw-r--r--parsing/printmod.mli17
1 files changed, 0 insertions, 17 deletions
diff --git a/parsing/printmod.mli b/parsing/printmod.mli
deleted file mode 100644
index f60d19b3..00000000
--- a/parsing/printmod.mli
+++ /dev/null
@@ -1,17 +0,0 @@
-(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2014 *)
-(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
-(************************************************************************)
-
-open Pp
-open Names
-
-(** false iff the module is an element of an open module type *)
-val printable_body : dir_path -> bool
-
-val print_module : bool -> module_path -> std_ppcmds
-
-val print_modtype : module_path -> std_ppcmds