aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-11-26 09:58:00 -0500
committerGravatar Jason Gross <jasongross9@gmail.com>2017-11-26 14:23:09 -0500
commite7a86d8ce948597934b694d8ab4d79cf586454cd (patch)
tree093f62bfef727f918e5c467d5001229453e8c9ca /src/Util/Notations.v
parent6c7913c216f117d2069400d6dc81cbed407007e2 (diff)
Reserve a printing-only notation for function application
This sets the level and associativity in a common place, and will be useful for PHOAS application nodes
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 febf3818d..65f436a1a 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -128,3 +128,4 @@ Reserved Notation "-- x" (at level 60, format "-- x").
Reserved Notation "~> R" (at level 70).
Reserved Notation "A ~> R" (at level 99).
Reserved Notation "'return' x" (at level 70, format "'return' x").
+Reserved Notation "f x" (only printing, at level 10, left associativity).