aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Bool/Bool.v
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-16 15:26:50 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-10-16 15:26:50 +0000
commit5f116846807c7cc6c5b58b13158f26505e558f2c (patch)
treecca2be97aac1136ad0060b789430d45b5976645d /theories/Bool/Bool.v
parentd2a8c03e02b02c67a7c7b149fa0559e0f3e37351 (diff)
Syntax error
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4653 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Bool/Bool.v')
-rwxr-xr-xtheories/Bool/Bool.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Bool/Bool.v b/theories/Bool/Bool.v
index 4fa0d7273..e2ff55b23 100755
--- a/theories/Bool/Bool.v
+++ b/theories/Bool/Bool.v
@@ -175,7 +175,7 @@ Definition negb := [b:bool]Cases b of
Infix "||" orb (at level 4, left associativity) : bool_scope.
Infix "&&" andb (at level 3, no associativity) : bool_scope
V8only (at level 30, left associativity).
-Notation "- b" := (negb b) : bool_scope V8only
+Notation "- b" := (negb b) : bool_scope V8only.
Open Local Scope bool_scope.