lean4-htt/library/init
2015-12-17 12:46:16 -08:00
..
bool.lean
classical.lean
datatypes.lean feat(library): define custom recursors for nat, and minimize the use of krewrite 2015-11-08 14:04:55 -08:00
default.lean feat(library/blast/unit): preprocessor placeholder 2015-12-04 08:30:04 -08:00
function.lean refactor(library): move basic simp/congr rules to init folder, delete some legacy files 2015-11-20 16:38:10 -08:00
funext.lean feat(frontends/lean): rename '[intro]' ==> '[intro!]' and '[backward]' ==> '[intro]' 2015-12-07 21:33:35 -08:00
init.md
logic.lean refactor(library): use anonymous instance implicit arguments 2015-12-13 11:46:48 -08:00
measurable.lean refactor(library): use anonymous instance implicit arguments 2015-12-13 11:46:48 -08:00
nat.lean feat(hott): minor fixes. allow the usage of numerals for trunc_index 2015-12-17 12:46:16 -08:00
num.lean feat(library/init/logic): annotate logical connectives as [no_pattern] 2015-11-24 18:48:22 -08:00
prod.lean
quot.lean refactor(library): use anonymous instance implicit arguments 2015-12-13 11:46:48 -08:00
relation.lean
reserved_notation.lean chore(*): add me as author to files where I made nontrivial contributions 2015-11-22 14:21:26 -08:00
setoid.lean feat(init/setoid): tag equivalence relation 2015-12-05 11:54:27 -08:00
sigma.lean
simplifier.lean refactor(library/algebra): construct simplifier sets incrementally 2015-12-04 18:28:56 -08:00
subtype.lean
tactic.lean feat(frontends/lean,library/tactic): add easy tactic parsing support for at ... and with ... 2015-12-17 12:18:32 -08:00
wf.lean
wf_k.lean