aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2016-10-09 17:37:55 -0400
committerGravatar Andres Erbsen <andreser@mit.edu>2016-10-10 13:10:32 -0400
commit9f7ff19fe178823bf94ec532fbdf4e9fa2bfcfa6 (patch)
tree5b83ba392e5a457d9c781ca477fa082025463ce9 /src/Util/Notations.v
parent405f5840e5d9097b034a05d5eeab5ae6ba5757a3 (diff)
Fix compatibility with sigT notation
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index a557c4251..b6aa94971 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -22,7 +22,7 @@ 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).
Reserved Infix "<<" (at level 30, no associativity).
Reserved Infix ">>" (at level 30, no associativity).
-Reserved Infix "&" (at level 50). (* N.B. This conflicts with [{ a : T & P}] for [sigT] *)
+Reserved Infix "&'" (at level 50). (* N.B. If we used '&', it would conflict with [{ a : T & P}] for [sigT] *)
Reserved Infix "∣" (at level 50).
Reserved Infix "~=" (at level 70).
Reserved Infix "==" (at level 70, no associativity).