log modules/array.tp @ 342:884cd5d54c0f

age author description
Sun, 05 Apr 2015 22:49:40 -0700 Michael Pavone Bugfix to array find:withDefault and a small optimization to array map
Sat, 28 Mar 2015 13:26:03 -0700 Michael Pavone Use a smarter algorithm for calculating module init order and break some circular module dependencies in the standard library
Mon, 23 Mar 2015 21:18:26 -0700 Michael Pavone Fix infinite loop in foldr:with
Sun, 22 Mar 2015 22:06:50 -0700 Michael Pavone Add sort method to arrays
Sat, 19 Jul 2014 19:59:51 -0700 Michael Pavone Support for encoding objects, dictionaries, lists and arrays to JSON in json module
Sun, 01 Jun 2014 22:39:25 -0700 Michael Pavone Untested implementation of filter for arrays