aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-06-22 13:54:20 -0700
committerGravatar Jason Gross <jagro@google.com>2016-06-22 13:54:20 -0700
commita4c50ceb1c773c8b1f36a5409c2112cf80725f7e (patch)
tree50f362f2dfa93bc4cb72034a0a1c42750a8af65d /src/Util/Notations.v
parent585e947def4cce90241a361032344e323e15d48b (diff)
Fix broken notations (hopefully)
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index ffa42e054..bbeb50092 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -11,8 +11,8 @@ 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 ^2" (at level 30, format "x ^2").
-Reserved Notation "x ^3" (at level 30, format "x ^3").
+Reserved Notation "x ^ 2" (at level 30, format "x ^ 2").
+Reserved Notation "x ^ 3" (at level 30, format "x ^ 3").
Reserved Infix "mod" (at level 40, no associativity).
Reserved Notation "'canonical' 'encoding' 'of' T 'as' B" (at level 50).
Reserved Infix "<<" (at level 50).