aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2018-08-08 11:24:16 -0400
committerGravatar Jason Gross <jagro@google.com>2018-08-08 11:24:16 -0400
commita8cfa61b23b1ef8e08188e3bcf8b5b6597108723 (patch)
tree2b42327c7dffc608f75b7525b0c2d0ac9156dce3
parent093d72f2aec27f9a9cb34f74ba24ca00f06d5f73 (diff)
Reserve 'n notation in Notations.v
The level comes from theories/QArith/QArith_base.v in v8.5.
-rw-r--r--src/Util/Notations.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 754158e9e..63ac9ac6a 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -31,6 +31,7 @@ Reserved Infix "=ᶻ?" (at level 70, no associativity).
Reserved Infix "=ⁿ?" (at level 70, no associativity).
Reserved Infix ".+" (at level 50).
Reserved Infix ".*" (at level 50).
+Reserved Notation "' x" (at level 20, no associativity, format "' x").
Reserved Notation "x ^ 2" (at level 30, format "x ^ 2").
Reserved Notation "x ^ 3" (at level 30, format "x ^ 3").
Reserved Notation "2 ^ e" (at level 30, format "2 ^ e", only printing).