ocaml-containers/src/core
Fardale 0dafceb708 Adding to_string (#270)
* add `CCArray.to_string`
* add `CCArrayLabels.to_string`
* add `CCList.to_string`
* add `CCListLabels.to_string`
* add `CCChar.to_string`
* add `CCPair.to_string`
* add `CCHeap.to_string`
* add `CCSet.to_string`
* add `CCVector.to_string`
2019-10-30 14:26:52 -05:00
..
CCArray.ml Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCArray.mli Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCArray_slice.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCArray_slice.mli Create CCArray_sliceLabels 2018-10-13 19:09:35 -05:00
CCArray_sliceLabels.ml Create CCArray_sliceLabels 2018-10-13 19:09:35 -05:00
CCArray_sliceLabels.mli Create CCArray_sliceLabels 2018-10-13 19:09:35 -05:00
CCArrayLabels.ml Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCArrayLabels.mli Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCBool.ml add CCBool.{to,of}_int 2019-10-21 10:34:26 -05:00
CCBool.mli add CCBool.{to,of}_int 2019-10-21 10:34:26 -05:00
CCChar.ml Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCChar.mli Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCEqual.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCEqual.mli Create CCEqualLabels 2018-10-13 19:09:36 -05:00
CCEqualLabels.ml Create CCEqualLabels 2018-10-13 19:09:36 -05:00
CCEqualLabels.mli Create CCEqualLabels 2018-10-13 19:09:36 -05:00
CCFloat.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCFloat.mli feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCFormat.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCFormat.mli Few Comments corrections 2018-04-08 18:39:23 -05:00
CCFun.ml add shim for backward-compatibility Fun module 2019-10-07 13:42:48 +02:00
CCFun.mli add shim for backward-compatibility Fun module 2019-10-07 13:42:48 +02:00
CCHash.ml add CCHash.combine{5,6} 2018-02-21 10:21:36 -06:00
CCHash.mli prepare for 2.1 2018-03-28 20:26:17 -05:00
CCHashtbl.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCHashtbl.mli chore: minor details in doc 2018-03-28 20:30:26 -05:00
CCHeap.ml Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCHeap.mli Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCInt.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCInt.mli chore: use iter, not sequence, in tests 2019-04-13 03:20:56 -05:00
CCInt32.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCInt32.mli Fix Int32 and Int64 operators are not visible (#224) 2018-05-29 09:57:04 -05:00
CCInt64.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCInt64.mli Fix Int32 and Int64 operators are not visible (#224) 2018-05-29 09:57:04 -05:00
CCIO.ml Remove unused reference 2019-04-29 09:58:29 -05:00
CCIO.mli doc: fix bad example in CCIO 2019-05-31 09:27:42 -05:00
CCList.ml Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCList.mli Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCListLabels.ml Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCListLabels.mli Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCMap.ml Adding more comments 2018-01-30 14:07:05 +01:00
CCMap.mli Adding more comments 2018-01-30 14:07:05 +01:00
CCNativeint.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCNativeint.mli prepare for 2.1 2018-03-28 20:26:17 -05:00
CCOpt.ml chore: use iter, not sequence, in tests 2019-04-13 03:20:56 -05:00
CCOpt.mli prepare for 2.2 2018-05-10 23:13:01 -05:00
CCOrd.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCOrd.mli Adding more comments 2018-01-30 14:07:05 +01:00
CCPair.ml Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCPair.mli Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCParse.ml fix(parse): error in many 2019-09-06 14:12:08 -05:00
CCParse.mli Few Comments corrections 2018-04-08 18:39:23 -05:00
CCRandom.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCRandom.mli prepare for 2.4 2018-11-30 10:40:13 -06:00
CCRef.ml add CCRef.swap 2017-09-22 17:52:24 +02:00
CCRef.mli Few Comments corrections 2018-04-08 18:39:23 -05:00
CCResult.ml add Result.flatten_l to turn a list of results into a result of list 2019-10-16 12:22:55 -05:00
CCResult.mli add Result.flatten_l to turn a list of results into a result of list 2019-10-16 12:22:55 -05:00
CCSet.ml Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCSet.mli Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCString.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCString.mli Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCStringLabels.ml Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCStringLabels.mli Create CCStringLabels 2018-10-13 19:09:35 -05:00
CCUtf8_string.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
CCUtf8_string.mli chore: use iter, not sequence, in tests 2019-04-13 03:20:56 -05:00
CCVector.ml Adding to_string (#270) 2019-10-30 14:26:52 -05:00
CCVector.mli Adding to_string (#270) 2019-10-30 14:26:52 -05:00
containers.ml feat: introduce shim modules for 4.08 compat 2019-06-14 18:26:14 -05:00
containersLabels.ml add containersLabels.ml 2018-11-03 01:14:12 +00:00
dune refactor: remove stdlib's code, simple reimplementation of Stdlib.Fun 2019-10-11 16:59:22 -05:00
mkshims.ml fix: forgot const 2019-10-11 17:05:34 -05:00