How to make two different modules implement the same 'interface'
|
|
7
|
304
|
September 25, 2023
|
Maintaining two versions of a module
|
|
7
|
285
|
July 27, 2023
|
A module value that we can't create everywhere
|
|
1
|
199
|
July 25, 2023
|
When do I need to prefix constructors with the module name?
|
|
4
|
307
|
May 2, 2023
|
Ocaml lsp in vs code gives "unbound module Base"
|
|
16
|
731
|
April 14, 2023
|
[Q] Does `Thread` module really work?
|
|
9
|
264
|
March 20, 2023
|
How to refer to 'type t' in later module
|
|
3
|
427
|
March 2, 2023
|
Swapping between different implementations of a signature
|
|
3
|
288
|
February 7, 2023
|
Extensible variants and functors
|
|
5
|
390
|
January 5, 2023
|
Is there a tutorial on "how to read module conventions"?
|
|
3
|
399
|
October 13, 2022
|
Module strange behavior
|
|
3
|
394
|
October 13, 2022
|
What are abstract module types useful for?
|
|
2
|
1118
|
July 2, 2022
|
Tying the knot between two modules
|
|
15
|
481
|
June 2, 2022
|
Modularizing a recursive module
|
|
5
|
361
|
May 11, 2022
|
Type of parameterized class is not bound within methods
|
|
4
|
533
|
April 3, 2022
|
Aliasing a functor application in a module interface?
|
|
4
|
530
|
September 29, 2021
|
Re-exporting modules correctly
|
|
1
|
798
|
September 10, 2021
|
Structural equality for elements of abstract types
|
|
3
|
883
|
August 20, 2021
|
How to include module-type with variant-type?
|
|
2
|
640
|
May 5, 2021
|
Type abstraction with functor alarms type error
|
|
8
|
958
|
March 23, 2021
|
Is there any way to write recursive module types?
|
|
5
|
1561
|
January 7, 2021
|
Getting resulting sig and struct of a complex modular program
|
|
1
|
557
|
November 13, 2020
|
How to debug when I need to open several modules?
|
|
1
|
737
|
September 29, 2020
|
Combining independent extension functors
|
|
5
|
666
|
September 23, 2020
|
`include` and module redefinitions
|
|
2
|
574
|
May 23, 2020
|
Can you factorize this code more?
|
|
13
|
720
|
May 15, 2020
|
Structure the code in modules
|
|
14
|
2149
|
April 10, 2020
|
Combining functors for modules that extend a base module type
|
|
2
|
995
|
February 1, 2020
|
Single-function functors or first-class modules in function arguments?
|
|
0
|
1135
|
November 28, 2019
|
Duplicating modules without aliasing
|
|
5
|
711
|
October 4, 2019
|