|
Bounds of Random.float (exclusive vs inclusive)
|
|
14
|
259
|
March 19, 2026
|
|
Redundant API in stdlib, which to choose?
|
|
5
|
257
|
March 19, 2026
|
|
List.sort vs List.fast_sort (Why would I want a slow unstable sorting?)
|
|
4
|
194
|
February 16, 2026
|
|
Reversed byte order when reading data sequentially with input_byte
|
|
6
|
106
|
February 13, 2026
|
|
Should `Stdlib.Float.min_float` be negative?
|
|
2
|
122
|
December 23, 2025
|
|
Why Lean 4 replaced OCaml as my Primary Language
|
|
50
|
4403
|
October 15, 2025
|
|
Stdlib vs Base in 2025 (beginner)
|
|
4
|
738
|
May 9, 2025
|
|
More/better two lists scanning?
|
|
5
|
347
|
May 6, 2025
|
|
A tail-recursive List.flatten in Stdlib?
|
|
7
|
584
|
October 6, 2024
|
|
Format, how to disable pretty printing?
|
|
4
|
348
|
June 28, 2024
|
|
Do you know of `StdLabels` and `MoreLabels` modules?
|
|
7
|
482
|
June 20, 2024
|
|
Thread Safety in the Standard Library
|
|
4
|
1027
|
May 6, 2024
|
|
Interest in a (mutable) binomial heap in Stdlib
|
|
2
|
324
|
May 20, 2024
|
|
Print a rational number in binary format
|
|
2
|
453
|
December 15, 2023
|
|
Why do Hashtbl.find and Map.find take arguments in a different order?
|
|
8
|
684
|
August 23, 2023
|
|
Adding indexed variants of all functions in stdlib
|
|
6
|
729
|
August 11, 2023
|
|
We don't have sincos in the Stdlib?
|
|
8
|
1067
|
August 7, 2023
|
|
Could the Marshal module from the stdlib support marshal to/from a Char Bigarray?
|
|
2
|
615
|
April 7, 2023
|
|
[Q] Does `Thread` module really work?
|
|
9
|
1188
|
March 20, 2023
|
|
Printing Uchar.t values
|
|
6
|
1232
|
February 8, 2023
|
|
Promises promises.. (making Stdlib.Lazy safe for programs with multiple domains)
|
|
3
|
560
|
January 5, 2023
|
|
About maps and NaNs
|
|
10
|
1056
|
November 25, 2022
|
|
Stdlib doc: inconsistent spaces around operators, (==) vs ( == )
|
|
5
|
909
|
June 29, 2022
|
|
Should we have a `String.rev` in `Stdlib`?
|
|
36
|
3888
|
January 25, 2022
|
|
Snake case instead of camel case for `Stdlib.{In_,Out_}channel` introduced in OCaml 4.14
|
|
2
|
917
|
January 25, 2022
|
|
How are comparison and arithmetic operators implemented in OCaml standard library?
|
|
10
|
1805
|
December 13, 2021
|
|
Hint about int vs. int64 converts hexadecimal to decimal notation: bug?
|
|
3
|
785
|
November 14, 2021
|
|
Bug in Str.full_split?
|
|
2
|
579
|
August 5, 2021
|
|
After so many years, I discover 'Str.bounded_full_split regexp str n'
|
|
0
|
871
|
May 11, 2021
|
|
Representation of complex numbers
|
|
2
|
627
|
May 10, 2021
|