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 remove cgi/; move sub-libraries to their own subdir each; mv everything into src/ 2014-12-16 23:41:59 +01:00
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 add aliases to deprecated functions from String, add Fun.opaque_identity 2016-05-04 23:12:32 +02:00
CCFun.mli prepare for 0.18 2016-06-14 14:12:02 +02:00
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 prepare for 0.16 2016-02-24 22:08:26 +01:00
CCHashtbl.mli prepare for 0.16 2016-02-24 22:08:26 +01:00
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 Correction typos (fichiers src) 2015-11-08 22:27:59 +01:00
CCInt64.mli Correction typos (fichiers src) 2015-11-08 22:27:59 +01:00
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 add tests; change header 2015-12-29 17:19:43 +01:00
CCOrd.mli add tests; change header 2015-12-29 17:19:43 +01:00
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 fix 2016-04-18 15:50:53 +02:00
CCRandom.mli fix 2016-04-18 15:50:53 +02:00
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