aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Reals/Rsyntax.v
diff options
context:
space:
mode:
Diffstat (limited to 'theories/Reals/Rsyntax.v')
-rw-r--r--theories/Reals/Rsyntax.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Reals/Rsyntax.v b/theories/Reals/Rsyntax.v
index b30023643..4647a1250 100644
--- a/theories/Reals/Rsyntax.v
+++ b/theories/Reals/Rsyntax.v
@@ -98,12 +98,12 @@ Syntax constr
[1 0] "< " (REXPR $n3) "``"]]
| Rzero [ R0 ] -> ["``0``"]
| Rone [ R1 ] -> ["``1``"]
- | Rconst [(Rplus $r R1)] -> [$r:"r_printer"]
;
level 7:
Rplus [ (Rplus $n1 $n2) ]
-> [ [<hov 0> "``"(REXPR $n1):E "+" [0 0] (REXPR $n2):L "``"] ]
+ | Rconst [(Rplus $r R1)] -> [$r:"r_printer_outside"]
| Rminus [ (Rminus $n1 $n2) ]
-> [ [<hov 0> "``"(REXPR $n1):E "-" [0 0] (REXPR $n2):L "``"] ]
;