|
List.sort vs List.fast_sort (Why would I want a slow unstable sorting?)
|
|
4
|
181
|
February 16, 2026
|
|
Reversed byte order when reading data sequentially with input_byte
|
|
6
|
101
|
February 13, 2026
|
|
Should `Stdlib.Float.min_float` be negative?
|
|
2
|
121
|
December 23, 2025
|
|
Why Lean 4 replaced OCaml as my Primary Language
|
|
50
|
4145
|
October 15, 2025
|
|
Stdlib vs Base in 2025 (beginner)
|
|
4
|
719
|
May 9, 2025
|
|
More/better two lists scanning?
|
|
5
|
346
|
May 6, 2025
|
|
A tail-recursive List.flatten in Stdlib?
|
|
7
|
581
|
October 6, 2024
|
|
Format, how to disable pretty printing?
|
|
4
|
345
|
June 28, 2024
|
|
Do you know of `StdLabels` and `MoreLabels` modules?
|
|
7
|
482
|
June 20, 2024
|
|
Thread Safety in the Standard Library
|
|
4
|
1024
|
May 6, 2024
|
|
Interest in a (mutable) binomial heap in Stdlib
|
|
2
|
323
|
May 20, 2024
|
|
Print a rational number in binary format
|
|
2
|
450
|
December 15, 2023
|
|
Why do Hashtbl.find and Map.find take arguments in a different order?
|
|
8
|
681
|
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
|
1061
|
August 7, 2023
|
|
Could the Marshal module from the stdlib support marshal to/from a Char Bigarray?
|
|
2
|
614
|
April 7, 2023
|
|
[Q] Does `Thread` module really work?
|
|
9
|
1185
|
March 20, 2023
|
|
Printing Uchar.t values
|
|
6
|
1221
|
February 8, 2023
|
|
Promises promises.. (making Stdlib.Lazy safe for programs with multiple domains)
|
|
3
|
560
|
January 5, 2023
|
|
About maps and NaNs
|
|
10
|
1053
|
November 25, 2022
|
|
Stdlib doc: inconsistent spaces around operators, (==) vs ( == )
|
|
5
|
909
|
June 29, 2022
|
|
Should we have a `String.rev` in `Stdlib`?
|
|
36
|
3878
|
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
|
1786
|
December 13, 2021
|
|
Hint about int vs. int64 converts hexadecimal to decimal notation: bug?
|
|
3
|
784
|
November 14, 2021
|
|
Bug in Str.full_split?
|
|
2
|
577
|
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
|
625
|
May 10, 2021
|
|
How OCaml creates an arrry
|
|
2
|
709
|
January 22, 2021
|
|
Rounding floats to number of decimals?
|
|
2
|
3066
|
December 6, 2020
|