Commit graph

24 commits

Author SHA1 Message Date
Simon Cruanes
ea6a07ed31 tests for CCList; made some functions tailrec 2014-11-13 20:57:14 +01:00
Simon Cruanes
ece324f4c2 CCList.init added 2014-11-13 20:32:41 +01:00
Simon Cruanes
0c1e7c30e8 more efficient versions of CCList.{flatten,append,flat_map} 2014-11-13 13:06:52 +01:00
Simon Cruanes
dc7b774120 CCList.(>|=) map operator 2014-11-08 01:00:05 +01:00
Drup
7c9eb7dfab Add List.findi, Array.findi and Array.find_idx. 2014-08-08 17:54:47 +02:00
Simon Cruanes
8f46630634 better Format printers (using break hints) 2014-08-07 15:14:10 +02:00
Simon Cruanes
490c72d5f8 CCList.Ref to help use references on lists 2014-07-22 00:01:43 +02:00
Simon Cruanes
633ded75c2 make CCList an applicative instance 2014-07-16 18:08:57 +02:00
Simon Cruanes
f3cdb0943e monadic operator in CCList: map_m_par 2014-07-07 13:41:15 +02:00
Simon Cruanes
9595ac688c CCList.sort_uniq 2014-07-02 16:47:10 +02:00
Simon Cruanes
e5a842829e monadic combinators for lists and klists 2014-06-24 16:23:30 +02:00
Simon Cruanes
9da54f3e5a random generators in several modules, and CCRandom to bind them all with fuel 2014-06-24 14:06:48 +02:00
Simon Cruanes
ef06d117cb api change in CClist: find is now find_idx, and find:('a->'b option) -> 'a list -> 'b option added 2014-06-20 14:28:41 +02:00
Simon Cruanes
e7dbdeff2e added zippers to CCList 2014-06-13 22:33:17 +02:00
Simon Cruanes
5567b12b79 CCBatch: batch operations on collections, with some fusion optimizations
to reduce the numbre of intermediate collections
2014-06-11 21:57:54 +02:00
Simon Cruanes
bc40893166 CCList.filter 2014-06-11 21:54:01 +02:00
Simon Cruanes
9ca1f76bd7 more explicit type declaration 2014-06-09 18:10:53 +02:00
Simon Cruanes
fd88f10216 safe version of fold_right 2014-05-31 12:36:15 +02:00
Simon Cruanes
9a10d477ee update the klist type in other modules 2014-05-26 22:01:21 +02:00
Simon Cruanes
a8dc42024b bugfix in CCList.take 2014-05-20 17:27:00 +02:00
Simon Cruanes
e61039152f more functions in CCList; CCHash and CCKlist added 2014-05-20 16:22:42 +02:00
Simon Cruanes
113ea6d395 updated and fixed things in core/:
fixed warnings, updated Sequence/Gen with tests and more recent interface; added printers
2014-05-17 01:00:00 +02:00
Simon Cruanes
9a5e6e9558 many more functions in CCList 2014-05-16 23:18:26 +02:00
Simon Cruanes
3ccabcd7b0 more modules in containers Core;
moved KMP to sublibrary containers_string
2014-05-16 22:26:59 +02:00