fix(library/standard): not notation
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
855ffcba34
commit
6d773a2ba4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue