aboutsummaryrefslogtreecommitdiff
path: root/src/Util/Notations.v
diff options
context:
space:
mode:
authorGravatar Jason Gross <jagro@google.com>2016-09-02 17:58:07 -0700
committerGravatar Jason Gross <jagro@google.com>2016-09-02 17:58:07 -0700
commit71538cbcfc0b4f434e7b299009c7d3489e7fe176 (patch)
tree92bbdd721e3379383e489029bb376d0b0423489d /src/Util/Notations.v
parentf62455ce15ef5e42f18a19ed7f7a4d8104ee702c (diff)
Reserve λ 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 1209e99a5..607a48613 100644
--- a/src/Util/Notations.v
+++ b/src/Util/Notations.v
@@ -60,3 +60,4 @@ Reserved Notation "v [[ i ]]" (at level 30).
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).