ocaml-containers/src/core
2024-05-13 21:05:06 -04:00
..
cpp reformat all the things 2024-05-13 20:57:53 -04:00
tests reformat all the things 2024-05-13 20:57:53 -04:00
CCArray.ml remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCArray.mli remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCArrayLabels.ml reformat 2022-07-04 13:36:06 -04:00
CCArrayLabels.mli remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCAtomic.ml remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCBool.ml CCBool: Add functions if_then and if_then_else 2023-11-26 23:31:36 -05:00
CCBool.mli prepare for 3.13 2023-12-05 16:09:29 -05:00
CCByte_buffer.ml add byte_slice module, fix warnings 2024-05-13 21:05:06 -04:00
CCByte_buffer.mli add byte_slice module, fix warnings 2024-05-13 21:05:06 -04:00
CCByte_slice.ml add byte_slice module, fix warnings 2024-05-13 21:05:06 -04:00
CCByte_slice.mli add byte_slice module, fix warnings 2024-05-13 21:05:06 -04:00
CCCanonical_sexp.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCCanonical_sexp.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCChar.ml remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCChar.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCEither.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCEither.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCEqual.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCEqual.mli reformat 2022-07-04 13:36:06 -04:00
CCEqualLabels.ml reformat 2022-07-04 13:36:06 -04:00
CCEqualLabels.mli prepare for 3.9 2022-07-06 22:27:25 -04:00
CCFloat.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCFloat.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCFormat.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCFormat.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCFun.ml feat(CCFun): add (|||>) 2024-04-11 14:54:07 +01:00
CCFun.mli chore: add since NEXT_RELEASE 2024-04-11 14:58:56 +01:00
CCHash.ml feat(cchash): native FNV hash for int64/int32 2023-03-13 15:37:00 -04:00
CCHash.mli reformat 2022-07-04 13:36:06 -04:00
CCHashtbl.ml reformat 2022-07-04 13:36:06 -04:00
CCHashtbl.mli reformat 2022-07-04 13:36:06 -04:00
CCHeap.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCHeap.mli fix doc (#425) 2023-02-14 20:56:15 -05:00
CCInt.ml deprecate containers.thread 2023-06-28 11:47:02 -04:00
CCInt.mli remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCInt32.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCInt32.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCInt64.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCInt64.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCIO.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCIO.mli fix small typo in docs 2023-05-28 21:07:29 -04:00
CCList.ml feat(CCList): add cons_when 2024-04-19 09:52:13 -04:00
CCList.mli feat(CCList): add cons_when 2024-04-19 09:52:13 -04:00
CCListLabels.ml reformat 2022-07-04 13:36:06 -04:00
CCListLabels.mli add cons_when to CCListLabels 2024-04-19 09:52:13 -04:00
CCMap.ml fix many, many warnings 2023-06-06 22:16:20 -04:00
CCMap.mli reformat 2022-07-04 13:36:06 -04:00
CCNativeint.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCNativeint.mli reformat all the things 2024-05-13 20:57:53 -04: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 remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCOption.mli remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCOrd.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCOrd.mli reformat 2022-07-04 13:36:06 -04:00
CCPair.ml reformat 2022-07-04 13:36:06 -04:00
CCPair.mli reformat 2022-07-04 13:36:06 -04:00
CCParse.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCParse.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCRandom.ml remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCRandom.mli remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCRef.ml feat(Ref): add protect function 2022-08-04 11:58:39 -04:00
CCRef.mli prepare for 3.10 2022-11-16 10:27:20 -05:00
CCResult.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCResult.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCSeq.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCSeq.mli remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCSet.ml fix many, many warnings 2023-06-06 22:16:20 -04:00
CCSet.mli prepare for 3.12 2023-06-06 10:26:11 -04:00
CCSexp.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCSexp.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCSexp_intf.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCSexp_lex.mll remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCString.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCString.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCStringLabels.ml reformat 2022-07-04 13:36:06 -04:00
CCStringLabels.mli reformat all the things 2024-05-13 20:57:53 -04:00
CCUnit.ml remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
CCUtf8_string.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCUtf8_string.mli reformat 2022-07-04 13:36:06 -04:00
CCVector.ml reformat all the things 2024-05-13 20:57:53 -04:00
CCVector.mli CCVector: Add function foldi 2024-01-11 12:19:12 -05:00
containers.ml add byte_slice module, fix warnings 2024-05-13 21:05:06 -04:00
containersLabels.ml remove conditional over OCaml >= 4.08 2023-06-24 15:22:21 -04:00
dune prepare for 3.13 2023-12-05 16:09:29 -05:00