lean4-htt/library/init/data
2019-04-03 02:54:34 -07:00
..
array feat(library/init/data/array/basic): make sure we reduce List.length too at List.toArray 2019-04-01 10:54:45 -07:00
char refactor(library/init/data/rbmap): use Bool instead of Prop 2019-04-03 02:54:34 -07:00
fin chore(library/init/core): HasLt => HasLess, HasLe => HasLessEq, ... 2019-03-23 10:07:46 -07:00
hashmap refactor(library/init/array): implement mkArray in Lean, add allow mkEmpty to set initial capacity 2019-03-29 10:19:21 -07:00
int chore(library/init/data/int/basic): remove weird notation, dead code, and fix camelCase conversion issues 2019-04-03 02:54:34 -07:00
list chore(library/init/data/list/basic): cleanup 2019-03-29 16:33:08 -07:00
nat refactor(library/init): minor changes 2019-03-29 10:39:00 -07:00
option feat(library/init/data/option/basic): add [inline] attributes 2019-03-28 20:18:37 -07:00
ordering chore(library/init/core): HasLt => HasLess, HasLe => HasLessEq, ... 2019-03-23 10:07:46 -07:00
rbmap refactor(library/init/data/rbmap): use Bool instead of Prop 2019-04-03 02:54:34 -07:00
rbtree refactor(library/init/data/rbmap): use Bool instead of Prop 2019-04-03 02:54:34 -07:00
string refactor(library/init): minor changes 2019-03-29 10:39:00 -07:00
basic.lean chore(library): use lowercase in imports 2019-03-21 15:06:44 -07:00
default.lean chore(library): use lowercase in imports 2019-03-21 15:06:44 -07:00
dlist.lean refactor(library/init): move function.lean definitions to core.lean 2019-03-22 09:33:10 -07:00
hashable.lean chore(*): Uint => UInt, Usize => USize 2019-03-21 15:06:44 -07:00
repr.lean feat(library/init/data/string): add Substring 2019-03-25 09:29:06 -07:00
tostring.lean feat(library/init/data/string): add Substring 2019-03-25 09:29:06 -07:00
uint.lean chore(library/init/core): HasLt => HasLess, HasLe => HasLessEq, ... 2019-03-23 10:07:46 -07:00