aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-12 19:34:12 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-12 19:34:12 +0000
commit69380c8e0af2b4e4bc4767fa88bb37ebe2f2a7a9 (patch)
treeda0cdf9b0ed2f86b766eb0b287fb88602bf1ac43 /theories/Init/Notations.v
parent68ca1cd4072919daaf0a6891699304e38295a760 (diff)
%type au lieu de %T
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4882 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index f98a160c4..d7bfd970f 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -104,7 +104,7 @@ Uninterpreted Notation "{ x : A & P }" (at level 1)
Uninterpreted Notation "{ x : A & P & Q }" (at level 1)
V8only (at level 0, x at level 99).
-Delimits Scope type_scope with T.
+Delimits Scope type_scope with type.
Delimits Scope core_scope with core.
Open Scope core_scope.