ocaml-containers/src/core
2022-03-24 15:46:23 -04:00
..
cpp small optim in preprocessor 2022-02-22 11:26:46 -05:00
tests remove more shims 2022-02-21 21:25:39 -05:00
CCArray.ml fix: compat in CCArray 2022-02-21 22:26:51 -05:00
CCArray.mli remove many more shims 2022-02-21 21:52:06 -05:00
CCArrayLabels.ml Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCArrayLabels.mli remove many more shims 2022-02-21 21:52:06 -05:00
CCAtomic.ml fix(atomic): prevent race conditions under flambda, for now 2022-03-24 13:42:24 -04: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 prepare for 3.7 2022-03-24 13:46:45 -04: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 fixes, do not run Format tests on < 4.08 2022-03-19 14:13:15 -04:00
CCFormat.mli prepare for 3.7 2022-03-24 13:46:45 -04: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 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 wip: remove some shims 2022-02-21 17:12:32 -05:00
CCInt.mli wip: remove some shims 2022-02-21 17:12:32 -05: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 remove many more shims 2022-02-21 21:52:06 -05:00
CCList.mli remove many more shims 2022-02-21 21:52:06 -05:00
CCListLabels.ml Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCListLabels.mli remove many more shims 2022-02-21 21:52:06 -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 remove many more shims 2022-02-21 21:52:06 -05:00
CCOption.mli docs: fix CCOption.map_or doc comment (#407) 2022-03-23 09:02:53 -04: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 remove many more shims 2022-02-21 21:52:06 -05:00
CCParse.mli prepare for 3.7 2022-03-24 13:46:45 -04:00
CCRandom.ml remove many more shims 2022-02-21 21:52:06 -05:00
CCRandom.mli remove many more shims 2022-02-21 21:52:06 -05: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 remove many more shims 2022-02-21 21:52:06 -05:00
CCResult.mli prepare for 3.7 2022-03-24 13:46:45 -04:00
CCSeq.ml perf: reduce allocations in CCSeq.to_array 2022-02-11 21:15:09 -05:00
CCSeq.mli prepare for 3.7 2022-03-24 13:46:45 -04: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
CCShims_.ml wip: remove some shims 2022-02-21 17:12:32 -05:00
CCShims_syntax.mli forgotten module 2022-02-21 22:03:40 -05:00
CCString.ml remove custom split_on_char post 4.04 2022-02-17 14:37:14 -05: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
CCUnit.ml wip: remove some shims 2022-02-21 17:12:32 -05: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 Merge pull request #401 from c-cube/experiment-preproc 2022-02-22 23:15:56 -05:00
CCVector.mli prepare for 3.7 2022-03-24 13:46:45 -04: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 remove final shims 2022-02-21 22:03:26 -05:00