| .. |
|
CCArray.ml
|
CCArray.Sub.of_slice; bugfix in reverse_in_place
|
2014-06-15 19:35:47 +02:00 |
|
CCArray.mli
|
CCArray.Sub.of_slice; bugfix in reverse_in_place
|
2014-06-15 19:35:47 +02:00 |
|
CCBatch.ml
|
fix benchmark broken by Drup;
|
2014-06-12 11:56:57 +02:00 |
|
CCBatch.mli
|
fix benchmark broken by Drup;
|
2014-06-12 11:56:57 +02:00 |
|
CCBool.ml
|
bool and int modules
|
2014-05-20 19:23:46 +02:00 |
|
CCBool.mli
|
bool and int modules
|
2014-05-20 19:23:46 +02:00 |
|
CCBV.ml
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02:00 |
|
CCBV.mli
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02: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 for functional error handling
|
2014-06-14 13:52:50 +02:00 |
|
CCError.mli
|
CCError for functional error handling
|
2014-06-14 13:52:50 +02:00 |
|
CCFQueue.ml
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02:00 |
|
CCFQueue.mli
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02:00 |
|
CCFun.ml
|
some small additions
|
2014-06-14 00:23:09 +02:00 |
|
CCFun.mli
|
some small additions
|
2014-06-14 00:23:09 +02:00 |
|
CCGen.ml
|
updated and fixed things in core/:
|
2014-05-17 01:00:00 +02:00 |
|
CCGen.mli
|
updated and fixed things in core/:
|
2014-05-17 01:00:00 +02:00 |
|
CCHash.ml
|
CCHash now uses murmur hash
|
2014-06-23 23:01:01 +02:00 |
|
CCHash.mli
|
CCHash now uses murmur hash
|
2014-06-23 23:01:01 +02:00 |
|
CCInt.ml
|
CCInt.hash
|
2014-05-22 23:58:58 +02:00 |
|
CCInt.mli
|
CCInt.hash
|
2014-05-22 23:58:58 +02:00 |
|
CCKList.ml
|
more operators in CCKlist
|
2014-06-14 01:01:40 +02:00 |
|
CCKList.mli
|
more operators in CCKlist
|
2014-06-14 01:01:40 +02:00 |
|
CCLeftistheap.ml
|
gen interface in leftistheap
|
2014-06-13 21:57:47 +02:00 |
|
CCLeftistheap.mli
|
gen interface in leftistheap
|
2014-06-13 21:57:47 +02:00 |
|
CCLinq.ml
|
bugfix
|
2014-06-15 23:10:16 +02:00 |
|
CCLinq.mli
|
much better error handling in CCLinq
|
2014-06-14 13:51:50 +02:00 |
|
CCList.ml
|
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 |
|
CCList.mli
|
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 |
|
CCMultiMap.ml
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02:00 |
|
CCMultiMap.mli
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02:00 |
|
CCMultiSet.ml
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02:00 |
|
CCMultiSet.mli
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02:00 |
|
CCOpt.ml
|
CCOpt infix map
|
2014-06-13 17:56:32 +02:00 |
|
CCOpt.mli
|
CCOpt infix map
|
2014-06-13 17:56:32 +02:00 |
|
CCOrd.ml
|
small change in CCOrd
|
2014-06-14 02:16:14 +02:00 |
|
CCOrd.mli
|
small change in CCOrd
|
2014-06-14 02:16:14 +02:00 |
|
CCPair.ml
|
additional utils for pairs and functions
|
2014-05-20 17:38:54 +02:00 |
|
CCPair.mli
|
additional utils for pairs and functions
|
2014-05-20 17:38:54 +02:00 |
|
CCPersistentHashtbl.ml
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02:00 |
|
CCPersistentHashtbl.mli
|
split into package core (no pack, 'CC' prefix, stable)
|
2014-05-16 20:58:28 +02:00 |
|
CCPrint.ml
|
more modules in containers Core;
|
2014-05-16 22:26:59 +02:00 |
|
CCPrint.mli
|
more modules in containers Core;
|
2014-05-16 22:26:59 +02:00 |
|
CCSequence.ml
|
updated and fixed things in core/:
|
2014-05-17 01:00:00 +02:00 |
|
CCSequence.mli
|
updated and fixed things in core/:
|
2014-05-17 01:00:00 +02:00 |
|
CCVector.ml
|
a few more functions in CCVector, including in-place filtering
|
2014-06-15 19:36:15 +02:00 |
|
CCVector.mli
|
a few more functions in CCVector, including in-place filtering
|
2014-06-15 19:36:15 +02:00 |