From eb0ece31f16b90e0809f0cec59185c92b51fd702 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 21 May 2003 13:16:54 +0000 Subject: Notations git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4047 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Bool/Bool.v | 1 + 1 file changed, 1 insertion(+) (limited to 'theories') diff --git a/theories/Bool/Bool.v b/theories/Bool/Bool.v index afc9840e10..96160f0918 100755 --- a/theories/Bool/Bool.v +++ b/theories/Bool/Bool.v @@ -175,6 +175,7 @@ Definition negb := [b:bool]Cases b of Infix "||" orb (at level 4, left associativity) : bool_scope. Infix "&&" andb (at level 3, left associativity) : bool_scope. Notation "!! b" := (negb b) (at level 0, right associativity) : bool_scope. +Open Scope bool_scope. (**************************) (** Lemmas about [negb] *) -- cgit v1.2.3