lean4-htt/library/init/data/list
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
..
basic.lean feat(library/init): modify && and || precedence 2018-04-26 13:40:57 -07:00
default.lean chore(library/init/data/nat): remove dependency 2018-04-10 15:48:13 -07:00
instances.lean chore(library/init/data/nat): remove dependency 2018-04-10 15:48:13 -07:00