diff options
author | Maxime Dénès <mail@maximedenes.fr> | 2016-06-16 13:29:59 +0200 |
---|---|---|
committer | Maxime Dénès <mail@maximedenes.fr> | 2016-06-16 13:29:59 +0200 |
commit | dac047eacc4038beb2f05c7458970051f689f20e (patch) | |
tree | 06ca0a8e503e5af7f86bce933dba4300b3df2989 /printing | |
parent | a8c6eeeaa321a84063e8492aca25942a07c00ddb (diff) | |
parent | d7737ba9b3a811b8415ce87d8e3e091c9e49d32e (diff) |
Merge remote-tracking branch 'github/pr/194' into trunk
Diffstat (limited to 'printing')
-rw-r--r-- | printing/ppvernac.ml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |