From d7737ba9b3a811b8415ce87d8e3e091c9e49d32e Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Mon, 6 Jun 2016 17:08:55 +0200 Subject: Adding an only printing flag to notations. --- printing/ppvernac.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'printing') diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml index 10b2bda05..cd7434843 100644 --- a/printing/ppvernac.ml +++ b/printing/ppvernac.ml @@ -357,6 +357,7 @@ module Make | SetAssoc RightA -> keyword "right associativity" | SetAssoc NonA -> keyword "no associativity" | SetEntryType (x,typ) -> str x ++ spc() ++ pr_set_entry_type typ + | SetOnlyPrinting -> keyword "only printing" | SetOnlyParsing Flags.Current -> keyword "only parsing" | SetOnlyParsing v -> keyword("compat \"" ^ Flags.pr_version v ^ "\"") | SetFormat("text",s) -> keyword "format " ++ pr_located qs s -- cgit v1.2.3