A tail-recursive List.flatten in Stdlib?
|
|
7
|
397
|
October 6, 2024
|
Format, how to disable pretty printing?
|
|
4
|
251
|
June 28, 2024
|
Do you know of `StdLabels` and `MoreLabels` modules?
|
|
7
|
387
|
June 20, 2024
|
Thread Safety in the Standard Library
|
|
4
|
872
|
May 6, 2024
|
Interest in a (mutable) binomial heap in Stdlib
|
|
2
|
275
|
May 20, 2024
|
Print a rational number in binary format
|
|
2
|
363
|
December 15, 2023
|
Why do Hashtbl.find and Map.find take arguments in a different order?
|
|
8
|
524
|
August 23, 2023
|
Adding indexed variants of all functions in stdlib
|
|
6
|
659
|
August 11, 2023
|
We don't have sincos in the Stdlib?
|
|
8
|
924
|
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
|
1079
|
March 20, 2023
|
Printing Uchar.t values
|
|
6
|
1063
|
February 8, 2023
|
Promises promises.. (making Stdlib.Lazy safe for programs with multiple domains)
|
|
3
|
497
|
January 5, 2023
|
About maps and NaNs
|
|
10
|
978
|
November 25, 2022
|
Stdlib doc: inconsistent spaces around operators, (==) vs ( == )
|
|
5
|
838
|
June 29, 2022
|
Should we have a `String.rev` in `Stdlib`?
|
|
36
|
3445
|
January 25, 2022
|
Snake case instead of camel case for `Stdlib.{In_,Out_}channel` introduced in OCaml 4.14
|
|
2
|
865
|
January 25, 2022
|
How are comparison and arithmetic operators implemented in OCaml standard library?
|
|
10
|
1623
|
December 13, 2021
|
Hint about int vs. int64 converts hexadecimal to decimal notation: bug?
|
|
3
|
714
|
November 14, 2021
|
Bug in Str.full_split?
|
|
2
|
545
|
August 5, 2021
|
After so many years, I discover 'Str.bounded_full_split regexp str n'
|
|
0
|
853
|
May 11, 2021
|
Representation of complex numbers
|
|
2
|
587
|
May 10, 2021
|
How OCaml creates an arrry
|
|
2
|
657
|
January 22, 2021
|
Rounding floats to number of decimals?
|
|
2
|
2851
|
December 6, 2020
|
How different is the behaviour of `read_line` and `Scanf.scanf "%[^\n]"`?
|
|
6
|
3034
|
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
|
2158
|
April 30, 2020
|
Set.S.find_first_opt returns None
|
|
1
|
916
|
April 1, 2020
|
[ANN] containers 2.7
|
|
3
|
1079
|
November 13, 2019
|