aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-06-23 16:59:01 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2015-08-02 19:13:51 +0200
commitb78d86d50727af61e0c4417cf2ef12cbfc73239d (patch)
treeef4f01a7c15159794651a849f9f05cfc6a4658b4 /theories/Init/Notations.v
parent979de570714d340aaab7a6e99e08d46aa616e7da (diff)
Adding a notation { x & P } for { x : _ & P }.
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index a7bdba90a..07d7f9150 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -69,6 +69,9 @@ Reserved Notation "{ x }" (at level 0, x at level 99).
Reserved Notation "{ x | P }" (at level 0, x at level 99).
Reserved Notation "{ x | P & Q }" (at level 0, x at level 99).
+Reserved Notation "{ x & P }" (at level 0, x at level 99).
+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).