ocaml-containers/core
2014-12-13 03:20:14 +01:00
..
_tags changed comments, add _tags file 2014-06-23 23:29:47 +02:00
CCArray.ml removed many warnings 2014-11-08 01:28:42 +01:00
CCArray.mli fix @since annotations 2014-11-23 14:41:40 +01:00
CCBool.ml better Format printers (using break hints) 2014-08-07 15:14:10 +02:00
CCBool.mli enrich documentation 2014-08-07 14:15:19 +02:00
CCBV.ml continue removal of CCGen/CCsequence 2014-12-13 03:20:14 +01:00
CCBV.mli tests for bitvectors 2014-06-24 18:52:38 +02:00
CCCache.ml CCache.{size,iter} 2014-11-23 14:08:42 +01:00
CCCache.mli prepare for 0.6 2014-11-23 14:14:46 +01:00
CCDeque.ml split into package core (no pack, 'CC' prefix, stable) 2014-05-16 20:58:28 +02:00
CCDeque.mli split into package core (no pack, 'CC' prefix, stable) 2014-05-16 20:58:28 +02:00
CCError.ml CCError: now polymorphic on the error type; some retro-incompatibilies (wrap,guard) 2014-11-11 15:51:55 +01:00
CCError.mli CCError.map2 could map to a new error type 2014-11-18 11:09:54 -05:00
CCFlatHashtbl.ml removed many warnings 2014-11-08 01:28:42 +01:00
CCFlatHashtbl.mli version 0.4 backported from stable 2014-10-01 11:38:14 +02:00
CCFloat.ml expose CCFloat.fpclass as a public type 2014-11-30 22:23:03 +01:00
CCFloat.mli prepare for 0.6.1 2014-12-08 10:36:25 +01:00
CCFQueue.ml removed many warnings 2014-11-08 01:28:42 +01:00
CCFQueue.mli constructors for 1 or 2 elements fqueues 2014-07-04 02:02:03 +02:00
CCFun.cppo.ml CCFun.on_top_of (binary composition) 2014-11-19 15:03:44 +01:00
CCFun.mli prepare for 0.6 2014-11-23 14:14:46 +01:00
CCHash.ml make a distinction between Hash.state and Hash.t (and private type is bad here) 2014-06-23 23:44:53 +02:00
CCHash.mli random generators in several modules, and CCRandom to bind them all with fuel 2014-06-24 14:06:48 +02:00
CCHashtbl.ml moved CCHashtbl to CCFlatHashtbl; 2014-09-03 01:08:04 +02:00
CCHashtbl.mli version 0.4 backported from stable 2014-10-01 11:38:14 +02:00
CCHeap.ml fix type mismatch 2014-06-25 23:34:43 +02:00
CCHeap.mli fix type mismatch 2014-06-25 23:34:43 +02:00
CCInt.ml CCInt.neg 2014-10-28 16:38:56 +01:00
CCInt.mli merge back from stable 2014-11-12 00:42:28 +01:00
CCIO.ml continue removal of CCGen/CCsequence 2014-12-13 03:20:14 +01:00
CCIO.mli prepare for 0.6 2014-11-23 14:14:46 +01:00
CCKList.ml better Format printers (using break hints) 2014-08-07 15:14:10 +02:00
CCKList.mli merge from master 2014-08-06 23:10:28 +02:00
CCKTree.ml small fix to CCKTree.Dot 2014-12-01 21:56:22 +01:00
CCKTree.mli prepare for 0.6.1 2014-12-08 10:36:25 +01:00
CCList.ml tests for CCList; made some functions tailrec 2014-11-13 20:57:14 +01:00
CCList.mli fix @since annotations 2014-11-23 14:41:40 +01:00
CCMap.ml removed useless comment 2014-10-20 23:03:59 +02:00
CCMap.mli merge back from stable 2014-11-12 00:42:28 +01:00
CCMultiMap.ml removed many warnings 2014-11-08 01:28:42 +01:00
CCMultiMap.mli merge from master 2014-08-06 23:10:28 +02:00
CCMultiSet.ml CCMultiSet.{add_mult,remove_mult,update} 2014-11-23 11:54:37 +01:00
CCMultiSet.mli prepare for 0.6 2014-11-23 14:14:46 +01:00
CCOpt.ml CCOpt: add get_lazy convenience function 2014-11-30 14:13:52 -05:00
CCOpt.mli prepare for 0.6.1 2014-12-08 10:36:25 +01:00
CCOrd.ml CCOrd.map 2014-08-07 13:17:00 +02:00
CCOrd.mli CCOrd.map 2014-08-07 13:17:00 +02:00
CCPair.ml CCPair.print 2014-09-16 22:11:42 +02:00
CCPair.mli CCPair.print 2014-09-16 22:11:42 +02:00
CCPersistentHashtbl.ml removed many warnings 2014-11-08 01:28:42 +01:00
CCPersistentHashtbl.mli updated CCPersistentHashtbl with new functions; 2014-06-28 03:53:21 +02:00
CCPrint.ml removed many warnings 2014-11-08 01:28:42 +01:00
CCPrint.mli registered printers for CCError.guard,wrap1,etc. 2014-07-08 00:35:48 +02:00
CCRandom.ml introduce CCFloat, add float functions to CCRandom 2014-11-28 13:00:42 -05:00
CCRandom.mli prepare for 0.6.1 2014-12-08 10:36:25 +01:00
CCSexp.ml new functions in CCSexp.Traverse 2014-10-18 16:49:58 +02:00
CCSexp.mli fix @since annotations 2014-11-23 14:41:40 +01:00
CCString.cppo.ml make some functions in CCFun and CCString depend on ocaml version 2014-11-04 15:48:14 +01:00
CCString.mli add Format printers to CCString 2014-10-29 17:59:38 +01:00
CCTrie.ml removed many warnings 2014-11-08 01:28:42 +01:00
CCTrie.mli CCTrie.above/below: ranges of items 2014-07-18 02:05:37 +02:00
CCVector.ml continue removal of CCGen/CCsequence 2014-12-13 03:20:14 +01:00
CCVector.mli prepare for 0.6 2014-11-23 14:14:46 +01:00