diff options
| author | Pierre-Marie Pédrot | 2017-07-31 14:22:48 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-08-29 17:39:40 +0200 |
| commit | cc58638a8d33084c5c9f85ab4d536307da2d7929 (patch) | |
| tree | 5b12f123aea95ae02d1f18d8c3226ec2892d001f /printing | |
| parent | 73d577c2d959de975415f2807df6a22fa392d335 (diff) | |
[vernac] Store Infix Modifier in Vernac Notation.
This removes a dependency from `G_vernac` to `Metasyntax`.
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/ppvernac.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml index 4c50c2f368..b2ffdb25c3 100644 --- a/printing/ppvernac.ml +++ b/printing/ppvernac.ml @@ -656,7 +656,7 @@ open Decl_kinds | None -> mt() | Some sc -> str" :" ++ spc() ++ str sc)) ) - | VernacSyntaxExtension (_,(s,l)) -> + | VernacSyntaxExtension (_, _,(s,l)) -> return ( keyword "Reserved Notation" ++ spc() ++ pr_located qs s ++ pr_syntax_modifiers l |
