lean4-htt/library/init/data
Rob Dockins a9ebf23fab fix(libraray/init/data): generalize universe variables in array and persistent array operations
This change allows the monadic traversal operations on arrays to use monads that
are defined to raise universe levels.  This happens, for example, when defining
monads using certain continuation-passing idioms.
2019-07-11 17:52:04 -07:00
..
array fix(libraray/init/data): generalize universe variables in array and persistent array operations 2019-07-11 17:52:04 -07:00
bytearray chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00
char chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00
fin feat(frontends/lean/builtin_exprs): , from ==> from, and cleanup suffices 2019-07-02 17:22:50 -07:00
hashmap chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
int chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
list chore(library/init): remove remaining set notation 2019-07-11 10:31:25 -07:00
nat chore(frontends/lean/parser): simplify binder notation 2019-07-08 08:54:19 -07:00
option chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
ordering chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
persistentarray fix(libraray/init/data): generalize universe variables in array and persistent array operations 2019-07-11 17:52:04 -07:00
rbmap chore(frontends/lean/parser): simplify binder notation 2019-07-08 08:54:19 -07:00
rbtree chore(library/init): remove unnecessary notations 2019-07-11 10:27:16 -07:00
string chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
assoclist.lean chore(frontends/lean): use => instead of := in match-expressions 2019-07-04 11:38:38 -07:00
basic.lean chore(library): use lowercase in imports 2019-03-21 15:06:44 -07:00
default.lean feat(library/init/data): add ByteArray 2019-05-08 16:43:00 -07:00
dlist.lean feat(frontends/lean/builtin_exprs): , from ==> from, and cleanup suffices 2019-07-02 17:22:50 -07:00
hashable.lean feat(runtime): add primitive hash functions 2019-04-03 04:01:36 -07:00
random.lean chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00
repr.lean chore(library/init): remove unnecessary notations 2019-07-11 10:27:16 -07:00
tostring.lean chore(library/init): remove unnecessary notations 2019-07-11 10:27:16 -07:00
uint.lean chore(frontends/lean): fun x, e ==> fun x => e 2019-07-02 13:22:11 -07:00