fix(library/standard): not notation

Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
Leonardo de Moura 2014-07-03 21:29:15 -07:00
parent 855ffcba34
commit 6d773a2ba4

View file

@ -14,7 +14,7 @@ inductive true : Bool :=
definition not (a : Bool) := a → false
precedence `¬`:40
notation `¬` a := not a
notation `¬` a:prev := not a
notation `assume` binders `,` r:(scoped f, f) := r
notation `take` binders `,` r:(scoped f, f) := r