lean4-htt/library
Mario Carneiro a63bafcc5c refactor(init/data/nat/bitwise): change definitions to avoid WF
The type-correctness of binary_rec_eq (the statement, not the proof) depends on unfolding the embedded well-founded definition of mod. This definition avoids it by using two simpler functions bodd and div2 that reduce well in the kernel.
2017-06-27 18:55:52 -07:00
..
data fix(data/hash_map.lean): rm unused argument to contains_iff 2017-06-26 12:43:36 -07:00
init refactor(init/data/nat/bitwise): change definitions to avoid WF 2017-06-27 18:55:52 -07:00
smt feat(frontends/lean): swap (t) and ``(t) semantics 2017-05-15 09:41:31 -07:00
system refactor(library): add has_to_string back (but it produces unquoted values) 2017-06-18 18:30:10 -07:00
tools/debugger chore(library): remove workarounds for issue #1682 2017-06-19 16:09:12 -07:00
leanpkg.path feat(leanpkg): add package manager 2017-05-01 14:11:38 -07:00
library.md feat(init/data/nat/bitwise): properties of bitwise ops 2017-05-31 14:18:44 -07:00
standard.lean chore(library/system): enforce Lean naming conventions IO ==> io 2016-11-17 11:27:37 -08:00