aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-02-14 14:46:12 -0500
committerGravatar Jason Gross <jgross@mit.edu>2018-02-14 14:46:12 -0500
commit1e6400bd90760d34cc3a28d7c7c32be31b75babf (patch)
treee3078614a392853176e39b1b49c329d0303da61c /src/Util/Notations.v
parent54a88659aedb098014cfc03ba3ca627647dfc665 (diff)
Add a file to parse taps with Coq notations
Diffstat (limited to 'src/Util/Notations.v')
-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 af1fcb6be..3510e0a0b 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -30,6 +30,7 @@ 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 "2 ^ e" (at level 30, format "2 ^ e", only printing).
Reserved Infix "mod" (at level 40, no associativity).
Reserved Notation "'canonical' 'encoding' 'of' T 'as' B" (at level 50).
Reserved Notation "@ 'is_eq_dec' T R" (at level 10, T at level 8, R at level 8).