aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-09 14:40:04 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2008-05-09 14:40:04 +0000
commit3dc64aa7b1d8e2d7388b5386cd3bc4387498c216 (patch)
tree3a34b8a4f0f12e9081bb709eaf13bc5cb55aa2aa /theories/Init/Notations.v
parent35e9448d23100b571db332be1289c4f74c4519d6 (diff)
Backtrack sur la mise à disposition en standard de la notation [ x ; ... ; y ]
pour les listes (trop contraignant) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10913 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v2
1 files changed, 0 insertions, 2 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index 0aee1d4ca..9a0406d59 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -71,8 +71,6 @@ Reserved Notation "{ x : A | 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 ]" (at level 0).
-
Delimit Scope type_scope with type.
Delimit Scope core_scope with core.