| .. |
|
CCArray.ml
|
fix(CCArray) fix use of Stdlib for ocaml < 4.07
|
2020-04-28 22:31:33 +02:00 |
|
CCArray.mli
|
CCArray: add @since
|
2020-04-28 22:26:42 +02:00 |
|
CCArrayLabels.ml
|
Create CCStringLabels
|
2018-10-13 19:09:35 -05:00 |
|
CCArrayLabels.mli
|
CCArray: add @since
|
2020-04-28 22:26:42 +02:00 |
|
CCBool.ml
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCBool.mli
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCChar.ml
|
clean(Char): remove functions defined in Stdlib
|
2020-03-05 17:50:30 -06:00 |
|
CCChar.mli
|
Substitute 'Pervasives' with 'Stdlib'
|
2020-03-24 10:43:49 -04:00 |
|
CCEqual.ml
|
feat: introduce shim modules for 4.08 compat
|
2019-06-14 18:26:14 -05:00 |
|
CCEqual.mli
|
fix: expose always_eq/never_eq in CCEqual
|
2020-05-06 10:33:28 -04:00 |
|
CCEqualLabels.ml
|
Create CCEqualLabels
|
2018-10-13 19:09:36 -05:00 |
|
CCEqualLabels.mli
|
remove unlabel, remove all traces of Result
|
2019-12-10 20:48:38 -06:00 |
|
CCFloat.ml
|
Add CCFloat.pi
|
2020-05-15 14:27:59 -05:00 |
|
CCFloat.mli
|
fix typo
|
2020-05-15 15:28:27 -04:00 |
|
CCFormat.ml
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
CCFormat.mli
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
CCFun.ml
|
add shim for backward-compatibility Fun module
|
2019-10-07 13:42:48 +02:00 |
|
CCFun.mli
|
Substitute 'Pervasives' with 'Stdlib'
|
2020-03-24 10:43:49 -04:00 |
|
CCHash.ml
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
CCHash.mli
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
CCHashtbl.ml
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCHashtbl.mli
|
Comments presentation
|
2020-04-26 16:17:17 -05:00 |
|
CCHeap.ml
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
CCHeap.mli
|
Comments presentation
|
2020-04-26 16:17:17 -05:00 |
|
CCInt.ml
|
fix: correct module name in Invalid_argument for CCInt.range_by
|
2020-05-23 11:37:56 +02:00 |
|
CCInt.mli
|
implement CCInt.sign using CCInt.compare and add more doc
|
2020-05-23 11:37:56 +02:00 |
|
CCInt32.ml
|
feat(CCInt32): complete CCInt32 with regards to CCInt
|
2020-05-23 11:37:56 +02:00 |
|
CCInt32.mli
|
chore(int32): clean CCInt32.mli
|
2020-05-23 11:37:56 +02:00 |
|
CCInt64.ml
|
feat(Int64): complete CCInt64 with regards to CCInt
|
2020-05-23 11:37:56 +02:00 |
|
CCInt64.mli
|
chore(ccint64): clean CCInt64.mli
|
2020-05-23 11:37:56 +02:00 |
|
CCIO.ml
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCIO.mli
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCList.ml
|
perf: a few more inline annotations
|
2020-05-12 12:46:12 -04:00 |
|
CCList.mli
|
feat(CCList): make mem compatible with the Stdlib
|
2020-04-28 15:39:47 +02:00 |
|
CCListLabels.ml
|
Create CCStringLabels
|
2018-10-13 19:09:35 -05:00 |
|
CCListLabels.mli
|
feat(CCList): make mem compatible with the Stdlib
|
2020-04-28 15:39:47 +02:00 |
|
CCMap.ml
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCMap.mli
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCNativeint.ml
|
clean(Nativeint): remove functions defined in Stdlib
|
2020-03-05 17:50:30 -06:00 |
|
CCNativeint.mli
|
Substitute 'Pervasives' with 'Stdlib'
|
2020-03-24 10:43:49 -04:00 |
|
CCOpt.ml
|
perf: a few more inline annotations
|
2020-05-12 12:46:12 -04:00 |
|
CCOpt.mli
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04: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
|
prepare for 2.7
|
2019-11-12 08:49:33 -06:00 |
|
CCParse.ml
|
feat: on 4.08, support let operators
|
2019-12-14 12:08:48 -06:00 |
|
CCParse.mli
|
prepare for 2.8
|
2019-12-14 17:50:35 -06:00 |
|
CCRandom.ml
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCRandom.mli
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCRef.ml
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCRef.mli
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCResult.ml
|
add CCResult.get_lazy
|
2020-05-21 15:26:27 -04:00 |
|
CCResult.mli
|
add CCResult.get_lazy
|
2020-05-21 15:26:27 -04:00 |
|
CCSeq.ml
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCSeq.mli
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCSet.ml
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCSet.mli
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCSexp.ml
|
improvements
|
2020-04-24 21:11:44 -04:00 |
|
CCSexp.mli
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
CCSexp_intf.ml
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
CCSexp_lex.mll
|
breaking: move CCSexp into the core library, delete containers.sexp
|
2020-04-24 19:13:54 -04:00 |
|
CCString.ml
|
feat(string): add optional cutoff arg on String.edit_distance
|
2020-04-30 22:19:49 -04:00 |
|
CCString.mli
|
feat(string): add optional cutoff arg on String.edit_distance
|
2020-04-30 22:19:49 -04:00 |
|
CCStringLabels.ml
|
Create CCStringLabels
|
2018-10-13 19:09:35 -05:00 |
|
CCStringLabels.mli
|
feat(string): add optional cutoff arg on String.edit_distance
|
2020-04-30 22:19:49 -04:00 |
|
CCUtf8_string.ml
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCUtf8_string.mli
|
wip(3.0): remove deprecated functions, in particular sequence
|
2020-04-24 20:16:53 -04:00 |
|
CCVector.ml
|
chore(CCVector): rename remove to remove_and_shift
|
2020-04-28 08:53:35 -05:00 |
|
CCVector.mli
|
chore(CCVector): rename remove to remove_and_shift
|
2020-04-28 08:53:35 -05:00 |
|
containers.ml
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
containersLabels.ml
|
remove slice APIs in string and array
|
2020-04-24 20:23:26 -04:00 |
|
dune
|
chore(int): include module Int for ocaml >= 4.08
|
2020-05-23 11:37:56 +02:00 |
|
mkshims.ml
|
chore(int): include module Int for ocaml >= 4.08
|
2020-05-23 11:37:56 +02:00 |