lean4-htt/library/init/data/bool
Leonardo de Moura e602ac873a feat(library/init): modify && and || precedence
The idea is to match the precedence used in regular programming
languages, where `x = y || x = z` is parsed as `(x = y) || (x = z)`.

This commit also adds `!x` as notation for `bnot x`
2018-04-26 13:40:57 -07:00
..
default.lean feat(library/init): modify && and || precedence 2018-04-26 13:40:57 -07:00
lemmas.lean feat(library/init): modify && and || precedence 2018-04-26 13:40:57 -07:00