lean4-htt/library/init/data/nat
Leonardo de Moura 70fc656931 refactor(library/init/data/nat/basic): remove nat.less_than_or_equal inductive predicate
We now define nat.le using (nat.ble : nat -> nat -> bool) function.
We will add builtin support for reducing `nat.ble` efficiently when the arguments are the to be added nat literals.
2018-06-14 11:30:09 -07:00
..
basic.lean refactor(library/init/data/nat/basic): remove nat.less_than_or_equal inductive predicate 2018-06-14 11:30:09 -07:00
default.lean refactor(library): keep only basic nat theorems 2018-04-11 16:47:54 -07:00
div.lean feat(library/init/data/hashmap): hash function produces an uint32 instead of nat 2018-05-03 17:56:10 -07:00