aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).