aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-08 11:30:52 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-03-08 11:30:52 +0100
commit88ac5d92ce1a2f97c805f715021b2fed3f4c624f (patch)
treeaab22e99f61c5330e68c3d4570e8ea005bf22a84 /theories/Init/Notations.v
parentbf80766b128f8f520f640193b5fb782e31fbc7aa (diff)
parentac7222c70266ee2b729b81e743adc7076191e6c0 (diff)
Merge PR #6743: Add notation {x & P} for sigT
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 683a442cb..72073bb4f 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -77,6 +77,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).