aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar Tej Chajed <tchajed@mit.edu>2018-02-12 13:24:37 -0500
committerGravatar Tej Chajed <tchajed@mit.edu>2018-02-12 13:28:00 -0500
commitac7222c70266ee2b729b81e743adc7076191e6c0 (patch)
treeb5dd1739ecd5c3632c40d71b01ebdff9e0f8d89a /theories/Init/Notations.v
parent52d666a7a83e4023d9f5cd7324ed81c7f7926156 (diff)
Add notation {x & P} for sigT
Analogous to existing `{x | P}` notation for `sig`, where the type of `x` is inferred instead of specified.
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index 5e8d2faa5..70a6c61e7 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -75,6 +75,7 @@ Reserved Notation "{ x | P & Q }" (at level 0, x at level 99).
Reserved Notation "{ x : A | P }" (at level 0, x at level 99).
Reserved Notation "{ x : A | P & Q }" (at level 0, x at level 99).
+Reserved Notation "{ x & P }" (at level 0, x at level 99).
Reserved Notation "{ x : A & P }" (at level 0, x at level 99).
Reserved Notation "{ x : A & P & Q }" (at level 0, x at level 99).