aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Init/Notations.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-28 19:33:00 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-28 19:33:00 +0000
commitf7ebdb1cf7eea614ff6a5e62a9949df6a07a1457 (patch)
treefad2f0b187b4ef450b9a710fb61398ef2a4a497f /theories/Init/Notations.v
parent8c5bf5b42f298871f6aa5b1ca5ad6feada7537c7 (diff)
Ajout %core; MAJ niveau connecteurs logique
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4732 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Init/Notations.v')
-rw-r--r--theories/Init/Notations.v13
1 files changed, 10 insertions, 3 deletions
diff --git a/theories/Init/Notations.v b/theories/Init/Notations.v
index 149c75751..00c35de84 100644
--- a/theories/Init/Notations.v
+++ b/theories/Init/Notations.v
@@ -12,10 +12,13 @@
(** Notations for logical connectives *)
-Uninterpreted Notation "x /\ y" (at level 6, right associativity).
-Uninterpreted Notation "x \/ y" (at level 7, right associativity).
+Uninterpreted Notation "x /\ y" (at level 6, right associativity)
+ V8only (at level 80, right associativity).
+Uninterpreted Notation "x \/ y" (at level 7, right associativity)
+ V8only (at level 85, right associativity).
-Uninterpreted Notation "x <-> y" (at level 8, right associativity).
+Uninterpreted Notation "x <-> y" (at level 8, right associativity)
+ V8only (at level 90, right associativity).
Uninterpreted Notation "~ x" (at level 5, right associativity)
V8only (at level 75, right associativity).
@@ -103,3 +106,7 @@ 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 core_scope with core.
+
+Open Scope core_scope.
+Open Scope type_scope.