aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories7
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-23 18:38:35 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-12-23 18:38:35 +0000
commitc6b7e7121533362b812d4360c19ae01f3f117351 (patch)
tree38b33cf4691e52d641c18c0bb231e3316c1cf2f3 /theories7
parentb946944cb9bb21dcd9aba3b01b9aeafc4b78b1c8 (diff)
Finalement, espacement autour du ':' pour a la fois exists, forall et fun
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5135 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories7')
-rwxr-xr-xtheories7/Init/Logic.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/theories7/Init/Logic.v b/theories7/Init/Logic.v
index ea8fb60ab..318b588a8 100755
--- a/theories7/Init/Logic.v
+++ b/theories7/Init/Logic.v
@@ -131,7 +131,7 @@ Notation "'EX' x | p" := (ex ? [x]p)
Notation "'EX' x : t | p" := (ex ? [x:t]p)
(at level 10, p at level 8) : type_scope
V8only "'exists' x : t , p" (at level 200, x ident, p at level 99, format
- "'exists' '/ ' x : t , '/ ' p").
+ "'exists' '/ ' x : t , '/ ' p").
V7only [ Notation Ex2 := (ex2 ?). ].
Notation "'EX' x | p & q" := (ex2 ? [x]p [x]q)
@@ -141,7 +141,7 @@ Notation "'EX' x : t | p & q" := (ex2 ? [x:t]p [x:t]q)
(at level 10, p, q at level 8) : type_scope
V8only "'exists2' x : t , p & q"
(at level 200, x ident, t at level 200, p, q at level 99, format
- "'exists2' '/ ' x : t , '/ ' '[' p & '/' q ']'").
+ "'exists2' '/ ' x : t , '/ ' '[' p & '/' q ']'").
V7only [Notation All := (all ?).
Notation "'ALL' x | p" := (all ? [x]p)