aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-06-22 13:41:21 -0700
committerGravatar Jason Gross <jagro@google.com>2016-06-22 13:41:21 -0700
commit585e947def4cce90241a361032344e323e15d48b (patch)
treeafd4f7728c4669809f0b6f149102be1df432e957 /src/Util/Notations.v
parent18b79f83ce6c947eaa49baf586cc475d50e3d9ca (diff)
Fix missing notations
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 6cc80944b..ffa42e054 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -10,7 +10,9 @@ Reserved Infix "=?" (at level 70, no associativity).
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 Infix "mod" (at level 40, no associativity).
Reserved Notation "'canonical' 'encoding' 'of' T 'as' B" (at level 50).
Reserved Infix "<<" (at level 50).