diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-09-26 11:33:55 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2003-09-26 11:33:55 +0000 |
commit | f87c74e95b89d61cc739bde85b95b3e5055d9b96 (patch) | |
tree | f7b9246c54e977f026940ea2ca3d34a5d1628ad1 /theories/Bool | |
parent | 999d557f9733cca6b2249750622ca599ac6985c6 (diff) |
'Open Local Scope' en attendant que le core_scope sache se mettre devant implicitement
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4485 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Bool')
-rwxr-xr-x | theories/Bool/Bool.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Bool/Bool.v b/theories/Bool/Bool.v index 8da809d50..0e254c8e5 100755 --- a/theories/Bool/Bool.v +++ b/theories/Bool/Bool.v @@ -178,7 +178,7 @@ Infix "&&" andb (at level 3, no associativity) : bool_scope Notation "- b" := (negb b) (at level 0, right associativity) : bool_scope V8only. -Open Scope bool_scope. +Open Local Scope bool_scope. (**************************) (** Lemmas about [negb] *) |