lean4-htt/library/init/data
Sebastian Ullrich 80745ba776 chore(library/init/data/string/basic): rename string.iterator's next_to_string to remaining_to_string
The old name implied that `curr` was not part of its result
2018-07-05 10:42:37 +02:00
..
array perf(library/init/data): mark usize, uint16, uint32 and uint64 as [irreducible] 2018-05-07 18:07:04 -07:00
char feat(library/init/data/char/basic): missing theorems for equation compiler 2018-06-06 08:47:17 -07:00
fin feat(library/init/data/hashmap): hash function produces an uint32 instead of nat 2018-05-03 17:56:10 -07:00
hashmap feat(library/init/data/hashmap/basic): missing function 2018-06-04 19:58:24 -07:00
int chore(library/equations_compiler/util): disable generation of equational lemmas 2018-06-12 13:03:25 -07:00
list fix(library/init/data/list/basic): list.lt 2018-06-21 09:16:58 -07:00
nat refactor(library/init/data/nat/basic): remove nat.less_than_or_equal inductive predicate 2018-06-14 11:30:09 -07:00
option chore(library/equations_compiler/util): disable generation of equational lemmas 2018-06-12 13:03:25 -07:00
ordering chore(*): remove some unnecessary files and tactics 2018-05-21 06:29:50 -07:00
rbmap feat(library/init/lean/parser): remove syntax_id, use De Bruijn indices instead 2018-06-06 15:36:28 +02:00
rbtree feat(library/init/data/rbmap,library/init/data/rbtree): add mfold and mfor for rbtree/rbmap 2018-05-09 15:38:57 -07:00
string chore(library/init/data/string/basic): rename string.iterator's next_to_string to remaining_to_string 2018-07-05 10:42:37 +02:00
basic.lean chore(*): remove more files 2018-05-21 06:42:58 -07:00
default.lean chore(*): remove several tactics 2018-05-21 06:53:01 -07:00
dlist.lean chore(library/init/data/dlist): add @[inline] 2018-05-07 18:07:04 -07:00
hashable.lean feat(library/init/data/hashable): add hashable nat instance 2018-05-06 07:53:29 -07:00
repr.lean chore(library/init/data/string/basic): rename string.iterator's next_to_string to remaining_to_string 2018-07-05 10:42:37 +02:00
to_string.lean chore(library/init/data/string/basic): rename string.iterator's next_to_string to remaining_to_string 2018-07-05 10:42:37 +02:00
uint.lean perf(library/init/data): mark usize, uint16, uint32 and uint64 as [irreducible] 2018-05-07 18:07:04 -07:00
usize.lean perf(library/init/data): mark usize, uint16, uint32 and uint64 as [irreducible] 2018-05-07 18:07:04 -07:00