ocaml-containers/src/core
2022-02-17 10:20:24 -05:00
..
cpp try to fix compat issue 2022-02-17 10:20:24 -05:00
tests move to dune 2.0 2022-02-17 10:17:08 -05:00
CCArray.ml
CCArray.mli chore: remove unwanted comment 2021-11-12 17:38:37 +01:00
CCArrayLabels.ml
CCArrayLabels.mli doc: inline the doc of CCShim*_ module in the doc 2021-11-12 17:34:06 +01:00
CCAtomic.ml compat with merlin by using [@@@ifge 4.12] instead of [%IFGE 4.12] 2022-02-16 23:14:26 -05:00
CCBool.ml
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
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
CCEqual.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCEqualLabels.ml
CCEqualLabels.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCFloat.ml
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 compat with merlin by using [@@@ifge 4.12] instead of [%IFGE 4.12] 2022-02-16 23:14:26 -05:00
CCFun.mli compat with merlin by using [@@@ifge 4.12] instead of [%IFGE 4.12] 2022-02-16 23:14:26 -05: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
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
CCInt32.mli chore(doc): adapt module docstring for the index page 2021-11-11 14:40:35 +01:00
CCInt64.ml
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
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
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
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
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
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
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
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 start using preprocessor to remove some shim modules 2022-02-16 23:01:00 -05:00
mkshims.ml start using preprocessor to remove some shim modules 2022-02-16 23:01:00 -05:00