lean4-htt/library/data
2015-12-02 23:05:59 -08:00
..
examples refactor(library/data/nat/basic): mark some theorems as protected to avoid overloading 2015-11-08 14:04:56 -08:00
finset refactor(library): move basic simp/congr rules to init folder, delete some legacy files 2015-11-20 16:38:10 -08:00
fintype chore(library/data/fintype/function): fix indentation 2015-11-08 14:04:58 -08:00
int refactor(library): move basic simp/congr rules to init folder, delete some legacy files 2015-11-20 16:38:10 -08:00
list feat(library/data/list): Add additonal list combinators. 2015-12-02 23:01:26 -08:00
nat refactor(library): move basic simp/congr rules to init folder, delete some legacy files 2015-11-20 16:38:10 -08:00
rat feat(frontends/lean/elaborator): restrict the number of places where coercions are considered 2015-11-11 12:37:19 -08:00
real feat(frontends/lean/elaborator): restrict the number of places where coercions are considered 2015-11-11 12:37:19 -08:00
set feat(library/data/set/basic): Added a supporting lemma for sUnion, which will be essential for proofs by induction on finite sets 2015-12-02 23:05:59 -08:00
bag.lean fix(library): remove "-[notations]" hack at "open -[notations] algebra" 2015-11-08 14:04:55 -08:00
bool.lean feat(library/data/bool): Add bxor definition 2015-12-02 23:01:26 -08:00
bv.lean style(library/data/bv): Use syntax for dite 2015-12-02 23:01:26 -08:00
complex.lean feat(library/data/complex): add complex numbers 2015-11-12 21:05:38 -08:00
countable.lean
data.md refactor(library): move basic simp/congr rules to init folder, delete some legacy files 2015-11-20 16:38:10 -08:00
default.lean refactor(library): move basic simp/congr rules to init folder, delete some legacy files 2015-11-20 16:38:10 -08:00
empty.lean feaf(library): make sure basic standard library can be compiled with option "--to_axiom" 2015-07-29 16:11:23 -07:00
encodable.lean refactor(library/*): use type classes for div and mod 2015-11-08 14:04:59 -08:00
equiv.lean refactor(library/*): use type classes for div and mod 2015-11-08 14:04:59 -08:00
fin.lean refactor(library/*): use type classes for div and mod 2015-11-08 14:04:59 -08:00
hf.lean fix(library): remove "-[notations]" hack at "open -[notations] algebra" 2015-11-08 14:04:55 -08:00
hlist.lean
matrix.lean fix(library/data,library/theories): fin, bag, finset, hf, list, ... 2015-11-08 14:04:54 -08:00
num.lean feat(library): add some spacing hints 2015-09-30 17:36:32 -07:00
option.lean
pnat.lean refactor(library/{pnat,rat,real}/*): protect theorems in pnat and rat 2015-11-08 14:04:59 -08:00
prod.lean
sigma.lean refactor(library): use type classes for encoding all arithmetic operations 2015-11-08 14:04:54 -08:00
squash.lean
stream.lean refactor(library/data/nat/basic): mark some theorems as protected to avoid overloading 2015-11-08 14:04:56 -08:00
string.lean
sum.lean feat(library): add some spacing hints 2015-09-30 17:36:32 -07:00
tuple.lean feat(library/data/tuple): Add tuple combinators 2015-12-02 23:01:26 -08:00
unit.lean
uprod.lean