aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-09-16 18:47:08 -0700
committerGravatar Jason Gross <jagro@google.com>2016-09-16 18:47:08 -0700
commita8d28f0280cb6fb3d93031e20b06e4218ad33b5b (patch)
treea00059a6b84a3c674bb6afbd3a9559d0eba40c18 /src/Util/Notations.v
parent7fd387e4ac13e38620ad480afafeca53caa7dabb (diff)
Add λn reserved notation
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 16fe80956..0b248cd6e 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -62,3 +62,4 @@ Reserved Notation "u {{ i }}" (at level 30).
Reserved Notation "'slet' x := A 'in' b"
(at level 200, b at level 200, format "'slet' x := A 'in' '//' b").
Reserved Notation "'λ' x .. y , t" (at level 200, x binder, y binder, right associativity).
+Reserved Notation "'λn' x .. y , t" (at level 200, right associativity).