aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/printmod.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-11-17 21:04:22 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-11-19 01:00:57 +0100
commit9e1224f452470c3e18e13c88c4d8a00fe0864c16 (patch)
tree3856564dca46a71d6006e14f319de9c525c04491 /printing/printmod.mli
parent13f0964c058ef56e02538d1b15fbe681846fd17d (diff)
Adding rich-printing facilities to Printmod.
Diffstat (limited to 'printing/printmod.mli')
-rw-r--r--printing/printmod.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/printing/printmod.mli b/printing/printmod.mli
index 1e6d1f4ce..84de52cf9 100644
--- a/printing/printmod.mli
+++ b/printing/printmod.mli
@@ -11,6 +11,4 @@ open Names
(** false iff the module is an element of an open module type *)
val printable_body : DirPath.t -> bool
-val print_module : bool -> module_path -> Pp.std_ppcmds
-
-val print_modtype : module_path -> Pp.std_ppcmds
+include Printmodsig.Pp