aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/ppvernac.ml
diff options
context:
space:
mode:
Diffstat (limited to 'printing/ppvernac.ml')
-rw-r--r--printing/ppvernac.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml
index 8814daf70..21fac8a35 100644
--- a/printing/ppvernac.ml
+++ b/printing/ppvernac.ml
@@ -1272,13 +1272,13 @@ include Make (Ppconstr) (Pptactic) (struct
let tag_vernac = do_not_tag
end)
-module RichPp (Indexer : sig
+module Richpp (Indexer : sig
val index : Ppannotation.t -> string
end) = struct
include Make
- (Ppconstr.RichPp (Indexer))
- (Pptactic.RichPp (Indexer))
+ (Ppconstr.Richpp (Indexer))
+ (Pptactic.Richpp (Indexer))
(struct
open Ppannotation
let tag_keyword = Pp.tag (Indexer.index AKeyword)