ocaml-containers/src/core
Simon Cruanes 192f315f53 simplify CCHash
- remove functor
- use `Hashtbl.seeded_hash` to combine values
2016-11-03 22:18:23 +01:00
..
_tags
CCArray.ml split CCArray.Sub into CCArray_slice 2016-11-03 21:24:21 +01:00
CCArray.mli split CCArray.Sub into CCArray_slice 2016-11-03 21:24:21 +01:00
CCArray_slice.ml split CCArray.Sub into CCArray_slice 2016-11-03 21:24:21 +01:00
CCArray_slice.mli split CCArray.Sub into CCArray_slice 2016-11-03 21:24:21 +01:00
CCBool.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCBool.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCChar.ml fix CCString.*_ascii; add CCChar.{upper,lower}case_ascii 2016-09-18 20:31:53 +02:00
CCChar.mli prepare for 0.20 2016-10-14 11:33:53 +02:00
CCFloat.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCFloat.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCFormat.ml add CCFormat.Dump.{result,to_string} 2016-11-03 18:11:05 +01:00
CCFormat.mli add CCFormat.Dump.{result,to_string} 2016-11-03 18:11:05 +01:00
CCFun.cppo.ml
CCFun.mli
CCHash.ml simplify CCHash 2016-11-03 22:18:23 +01:00
CCHash.mli simplify CCHash 2016-11-03 22:18:23 +01:00
CCHashtbl.ml
CCHashtbl.mli
CCHeap.ml cleanup and more tests in CCHeap 2016-07-04 23:25:55 +02:00
CCHeap.mli cleanup and more tests in CCHeap 2016-07-04 23:25:55 +02:00
CCInt.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCInt.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCInt64.ml
CCInt64.mli
CCIO.ml remove poly-variant based errors, use result everywhere 2016-11-03 18:33:34 +01:00
CCIO.mli remove poly-variant based errors, use result everywhere 2016-11-03 18:33:34 +01:00
CCList.ml split CCList.Zipper into its own module, CCZipper in containers.data 2016-11-03 22:06:41 +01:00
CCList.mli split CCList.Zipper into its own module, CCZipper in containers.data 2016-11-03 22:06:41 +01:00
CCMap.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCMap.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCOpt.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCOpt.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCOrd.ml
CCOrd.mli
CCPair.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCPair.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCParse.ml add CCParse into core, a simple, lightweight version of parser combs 2016-11-03 20:10:18 +01:00
CCParse.mli add CCParse into core, a simple, lightweight version of parser combs 2016-11-03 20:10:18 +01:00
CCRandom.ml
CCRandom.mli
CCRef.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCRef.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCResult.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCResult.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCSet.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCSet.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCString.cppo.ml add CCString.edit_distance 2016-11-03 20:27:26 +01:00
CCString.mli add CCString.edit_distance 2016-11-03 20:27:26 +01:00
CCVector.ml remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
CCVector.mli remove buffer printers, rename pretty-printers to pp 2016-11-03 18:24:11 +01:00
containers.ml add alias Containers.IO 2016-11-02 08:22:03 +01:00