Should we have a `String.rev` in `Stdlib`?
|
|
36
|
1289
|
January 25, 2022
|
Snake case instead of camel case for `Stdlib.{In_,Out_}channel` introduced in OCaml 4.14
|
|
2
|
324
|
January 25, 2022
|
How are comparison and arithmetic operators implemented in OCaml standard library?
|
|
10
|
473
|
December 13, 2021
|
Hint about int vs. int64 converts hexadecimal to decimal notation: bug?
|
|
3
|
308
|
November 14, 2021
|
Bug in Str.full_split?
|
|
2
|
312
|
August 5, 2021
|
After so many years, I discover 'Str.bounded_full_split regexp str n'
|
|
0
|
443
|
May 11, 2021
|
Representation of complex numbers
|
|
2
|
350
|
May 10, 2021
|
How OCaml creates an arrry
|
|
2
|
323
|
January 22, 2021
|
Rounding floats to number of decimals?
|
|
2
|
980
|
December 6, 2020
|
How different is the behaviour of `read_line` and `Scanf.scanf "%[^\n]"`?
|
|
6
|
1263
|
October 12, 2020
|
Printing ANSI escapes has unexpected behaviour (bug?)
|
|
5
|
400
|
October 7, 2020
|
Format behaviour - hvbox behaviour with nested line breaks
|
|
2
|
394
|
June 18, 2020
|
How do you feel about an Option.merge function in Stdlib?
|
|
31
|
1555
|
April 30, 2020
|
Set.S.find_first_opt returns None
|
|
1
|
454
|
April 1, 2020
|
[ANN] containers 2.7
|
|
3
|
743
|
November 13, 2019
|
Redefine the type format of module CamlinternalFormatBasics?
|
|
7
|
911
|
October 9, 2019
|
Array.of_seq strange behaviour
|
|
3
|
596
|
May 10, 2019
|
Using Core_kernel.List.mem. And why usingBase&Core instead of stdlib?
|
|
73
|
4911
|
October 17, 2018
|
Adding `try_finally` or `protect` to the standard library, a poll
|
|
0
|
738
|
July 18, 2018
|
New iterators: `seq` compatibility package, `oseq` extended library
|
|
8
|
1125
|
July 2, 2018
|
Efficiently checking if Map/Set is singleton?
|
|
11
|
1238
|
February 23, 2018
|
[ANN] containers 2.0
|
|
0
|
1187
|
February 11, 2018
|
[ANN] containers 2.0+alpha1
|
|
12
|
1629
|
January 24, 2018
|