diff options
| -rw-r--r-- | theories/ZArith/Zsyntax.v | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/theories/ZArith/Zsyntax.v b/theories/ZArith/Zsyntax.v index f2f5f39490..68cb6dd54d 100644 --- a/theories/ZArith/Zsyntax.v +++ b/theories/ZArith/Zsyntax.v @@ -212,8 +212,10 @@ Syntax constr level 0: ZZero_inside [ << (ZEXPR <<ZERO>>) >> ] -> ["0"] - | ZPos_inside [ << (ZEXPR <<(POS $p)>>) >>] -> [$p:"positive_printer_inside"] - | ZNeg_inside [ << (ZEXPR <<(NEG $p)>>) >>] -> [$p:"negative_printer_inside"] + | ZPos_inside [ << (ZEXPR <<(POS $p)>>) >>] -> + [$p:"positive_printer_inside":9] + | ZNeg_inside [ << (ZEXPR <<(NEG $p)>>) >>] -> + [$p:"negative_printer_inside":9] . (* For parsing/printing based on scopes *) |
