aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-05-06 05:03:55 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-05-06 05:03:55 -0400
commitf1c751c9ed8ff130168e5af3f5b283c9ffb1e257 (patch)
tree2bf2e768995d2cc08982dc555a2bfedb39cf284f /src/Util/Notations.v
parent7663009161bf741f3282e5ac978bc6314d261947 (diff)
Fix notations to not conflict with bbv
Diffstat (limited to 'src/Util/Notations.v')
-rw-r--r--src/Util/Notations.v8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Util/Notations.v b/src/Util/Notations.v
index 8c35fb5f8..6b0905ac2 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -137,8 +137,8 @@ Reserved Notation "A ~> R" (at level 99).
Reserved Notation "A --->" (left associativity, at level 65).
Reserved Notation "'return' x" (at level 70, format "'return' x").
Reserved Notation "f x" (only printing, at level 10, left associativity).
-Reserved Notation "# x" (at level 9, x at level 10, format "# x").
-Reserved Notation "## x" (at level 9, x at level 10, format "## x").
-Reserved Notation "### x" (at level 9, x at level 10, format "### x").
+Reserved Notation "# x" (at level 0, format "# x").
+Reserved Notation "## x" (at level 0, format "## x").
+Reserved Notation "### x" (at level 0, format "### x").
Reserved Notation "\ x .. y , t" (at level 200, x binder, y binder, right associativity, format "\ x .. y , '//' t").
-Reserved Notation "'$' x" (at level 9, format "'$' x").
+Reserved Notation "'$' x" (at level 0, format "'$' x").