A tail-recursive List.flatten in Stdlib?
|
|
7
|
386
|
October 6, 2024
|
Format, how to disable pretty printing?
|
|
4
|
249
|
June 28, 2024
|
Do you know of `StdLabels` and `MoreLabels` modules?
|
|
7
|
386
|
June 20, 2024
|
Thread Safety in the Standard Library
|
|
4
|
864
|
May 6, 2024
|
Interest in a (mutable) binomial heap in Stdlib
|
|
2
|
272
|
May 20, 2024
|
Print a rational number in binary format
|
|
2
|
361
|
December 15, 2023
|
Why do Hashtbl.find and Map.find take arguments in a different order?
|
|
8
|
517
|
August 23, 2023
|
Adding indexed variants of all functions in stdlib
|
|
6
|
657
|
August 11, 2023
|
We don't have sincos in the Stdlib?
|
|
8
|
920
|
August 7, 2023
|
Could the Marshal module from the stdlib support marshal to/from a Char Bigarray?
|
|
2
|
574
|
April 7, 2023
|
[Q] Does `Thread` module really work?
|
|
9
|
1072
|
March 20, 2023
|
Printing Uchar.t values
|
|
6
|
1057
|
February 8, 2023
|
Promises promises.. (making Stdlib.Lazy safe for programs with multiple domains)
|
|
3
|
496
|
January 5, 2023
|
About maps and NaNs
|
|
10
|
976
|
November 25, 2022
|
Stdlib doc: inconsistent spaces around operators, (==) vs ( == )
|
|
5
|
838
|
June 29, 2022
|
Should we have a `String.rev` in `Stdlib`?
|
|
36
|
3414
|
January 25, 2022
|
Snake case instead of camel case for `Stdlib.{In_,Out_}channel` introduced in OCaml 4.14
|
|
2
|
861
|
January 25, 2022
|
How are comparison and arithmetic operators implemented in OCaml standard library?
|
|
10
|
1617
|
December 13, 2021
|
Hint about int vs. int64 converts hexadecimal to decimal notation: bug?
|
|
3
|
712
|
November 14, 2021
|
Bug in Str.full_split?
|
|
2
|
544
|
August 5, 2021
|
After so many years, I discover 'Str.bounded_full_split regexp str n'
|
|
0
|
851
|
May 11, 2021
|
Representation of complex numbers
|
|
2
|
587
|
May 10, 2021
|
How OCaml creates an arrry
|
|
2
|
656
|
January 22, 2021
|
Rounding floats to number of decimals?
|
|
2
|
2832
|
December 6, 2020
|
How different is the behaviour of `read_line` and `Scanf.scanf "%[^\n]"`?
|
|
6
|
3004
|
October 12, 2020
|
Printing ANSI escapes has unexpected behaviour (bug?)
|
|
5
|
871
|
October 7, 2020
|
Format behaviour - hvbox behaviour with nested line breaks
|
|
2
|
731
|
June 18, 2020
|
How do you feel about an Option.merge function in Stdlib?
|
|
31
|
2154
|
April 30, 2020
|
Set.S.find_first_opt returns None
|
|
1
|
915
|
April 1, 2020
|
[ANN] containers 2.7
|
|
3
|
1079
|
November 13, 2019
|