ocaml-containers/src/core
2022-02-11 21:15:09 -05:00
..
tests test: add some property tests on Csexp/Canonical_sexp 2021-06-08 18:25:46 -04:00
CCArray.ml fix build for 4.11 by working around -nolabels 2020-07-30 10:02:16 -04:00
CCArray.mli chore: remove unwanted comment 2021-11-12 17:38:37 +01:00
CCArrayLabels.ml Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCArrayLabels.mli doc: inline the doc of CCShim*_ module in the doc 2021-11-12 17:34:06 +01:00
CCBool.ml wip(3.0): remove deprecated functions, in particular sequence 2020-04-24 20:16:53 -04:00
CCBool.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCByte_buffer.ml improve test for CCByte_buffer 2022-02-08 13:07:51 -05:00
CCByte_buffer.mli add random test to CCByte_buffer 2022-02-08 13:07:51 -05:00
CCCanonical_sexp.ml move canonical sexps into their own module 2021-02-02 23:02:54 -05:00
CCCanonical_sexp.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCChar.ml attempt to fix tests 2021-03-13 16:56:21 -05:00
CCChar.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCEither.ml fix: rely on either compatibility library 2021-10-24 22:56:36 -04:00
CCEither.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCEqual.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCEqual.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCEqualLabels.ml Create CCEqualLabels 2018-10-13 19:09:36 -05:00
CCEqualLabels.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCFloat.ml Add CCFloat.pi 2020-05-15 14:27:59 -05:00
CCFloat.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCFormat.ml add CCFormat.{const_string,opaque} 2021-06-23 14:05:10 -04:00
CCFormat.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCFun.ml CCFun: add infix tests 2020-06-19 20:17:30 -05:00
CCFun.mli doc: inline the doc of CCShim*_ module in the doc 2021-11-12 17:34:06 +01:00
CCHash.ml add CCHash.map 2021-07-09 14:40:15 -04:00
CCHash.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCHashtbl.ml prepare for 3.3 2021-04-01 22:16:40 -04:00
CCHashtbl.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCHeap.ml break: change pp functions to take unit printer for sep/stop/start 2020-07-27 22:57:29 -04:00
CCHeap.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCInt.ml refactor CCHash to use FNV in many combinators 2021-04-03 17:42:17 -04:00
CCInt.mli doc: inline the doc of CCShim*_ module in the doc 2021-11-12 17:34:06 +01:00
CCInt32.ml feat(CCInt32): complete CCInt32 with regards to CCInt 2020-05-23 11:37:56 +02:00
CCInt32.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCInt64.ml feat(Int64): complete CCInt64 with regards to CCInt 2020-05-23 11:37:56 +02:00
CCInt64.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCIO.ml add iterator functions to CCIO 2021-08-19 10:23:00 -04:00
CCIO.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCList.ml chore(CCOption): rename CCOpt to CCOption and deprecate CCOpt 2021-09-22 23:07:05 +02:00
CCList.mli doc: inline the doc of CCShim*_ module in the doc 2021-11-12 17:34:06 +01:00
CCListLabels.ml Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCListLabels.mli more warnings 2021-12-02 11:48:57 -05:00
CCMap.ml chore(CCOption): rename CCOpt to CCOption and deprecate CCOpt 2021-09-22 23:07:05 +02:00
CCMap.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCNativeint.ml feat(ccnativeint): complete CCNativeint with regards to CCInt 2020-05-23 11:37:56 +02:00
CCNativeint.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCOpt.ml chore(CCOption): rename CCOpt to CCOption and deprecate CCOpt 2021-09-22 23:07:05 +02:00
CCOpt.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCOption.ml fix warnigns for CCOption 2021-12-02 11:46:41 -05:00
CCOption.mli fix warnigns for CCOption 2021-12-02 11:46:41 -05:00
CCOrd.ml fixup! feat(ord): add poly, deprecate compare 2021-06-06 17:39:09 -04:00
CCOrd.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCPair.ml Merge pull request #325 from c-cube/ccpair_map 2020-07-27 22:58:58 -04:00
CCPair.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCParse.ml fix: use labels in CCParse 2021-12-02 11:38:22 -05:00
CCParse.mli doc for CCParse 2021-12-16 13:17:09 -05:00
CCRandom.ml move uniformity tests out of CCRandom 2021-04-03 17:42:17 -04:00
CCRandom.mli doc: inline the doc of CCShim*_ module in the doc 2021-11-12 17:34:06 +01:00
CCRef.ml wip(3.0): remove deprecated functions, in particular sequence 2020-04-24 20:16:53 -04:00
CCRef.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCResult.ml adding opt_map to simplify result function application over optionals (#397) 2022-01-25 15:05:11 -05:00
CCResult.mli adding opt_map to simplify result function application over optionals (#397) 2022-01-25 15:05:11 -05:00
CCSeq.ml perf: reduce allocations in CCSeq.to_array 2022-02-11 21:15:09 -05:00
CCSeq.mli add CCSeq.{zip_i,of_string} 2022-01-27 13:48:49 -05:00
CCSet.ml prepare for 3.0~rc1 2020-07-28 18:15:05 -04:00
CCSet.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCSexp.ml style 2021-06-26 23:51:06 -04:00
CCSexp.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCSexp_intf.ml prepare for 3.3 2021-04-01 22:16:40 -04:00
CCSexp_lex.mll feat(ccsexp): printer and parser for canonical S-exprs 2021-02-02 22:16:15 -05:00
CCString.ml feat(CCString): add CCString.uniq 2021-04-08 23:09:53 +02:00
CCString.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCStringLabels.ml Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCStringLabels.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCUtf8_string.ml feat(ccutf8string): add {make,empty,of_uchar} 2021-06-23 14:05:10 -04:00
CCUtf8_string.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCVector.ml less aggressive constant. 2022-02-03 19:15:13 -05:00
CCVector.mli doc: inline the doc of CCShim*_ module in the doc 2021-11-12 17:34:06 +01:00
containers.ml update doc and aliases 2022-02-08 13:07:51 -05:00
containersLabels.ml update doc and aliases 2022-02-08 13:07:51 -05:00
dune perf: uniformize ocamlopt_flags 2022-02-03 18:54:59 -05:00
mkshims.ml fix: use == 2022-01-02 12:15:31 -05:00