Tying the knot between two modules
|
|
15
|
287
|
June 2, 2022
|
Modularizing a recursive module
|
|
5
|
196
|
May 11, 2022
|
Type of parameterized class is not bound within methods
|
|
4
|
350
|
April 3, 2022
|
Aliasing a functor application in a module interface?
|
|
4
|
312
|
September 29, 2021
|
Re-exporting modules correctly
|
|
1
|
367
|
September 10, 2021
|
Structural equality for elements of abstract types
|
|
3
|
336
|
August 20, 2021
|
How to include module-type with variant-type?
|
|
2
|
437
|
May 5, 2021
|
Type abstraction with functor alarms type error
|
|
8
|
660
|
March 23, 2021
|
Is there any way to write recursive module types?
|
|
5
|
959
|
January 7, 2021
|
Getting resulting sig and struct of a complex modular program
|
|
1
|
383
|
November 13, 2020
|
How to debug when I need to open several modules?
|
|
1
|
501
|
September 29, 2020
|
Combining independent extension functors
|
|
5
|
521
|
September 23, 2020
|
`include` and module redefinitions
|
|
2
|
428
|
May 23, 2020
|
Can you factorize this code more?
|
|
13
|
531
|
May 15, 2020
|
Structure the code in modules
|
|
14
|
1519
|
April 10, 2020
|
Combining functors for modules that extend a base module type
|
|
2
|
762
|
February 1, 2020
|
Single-function functors or first-class modules in function arguments?
|
|
0
|
802
|
November 28, 2019
|
Duplicating modules without aliasing
|
|
5
|
529
|
October 4, 2019
|
Correct way to reference module.t
|
|
3
|
498
|
September 27, 2019
|
Is it possible to constrain a functor module parameter in this case?
|
|
2
|
590
|
September 7, 2019
|
Installing and using modules
|
|
3
|
1295
|
July 28, 2019
|
4.08 local module aliases: wrap in 'open struct'?
|
|
2
|
892
|
July 26, 2019
|
Law of Demeter on module signatures?
|
|
6
|
708
|
June 21, 2019
|
How to specialize `Core.Map` to a `Map (K) (V)` functor?
|
|
4
|
827
|
June 1, 2019
|
De-duplicating module signatures that depend on abstract data types
|
|
11
|
1939
|
May 24, 2019
|
Qualified imports in OCaml are possible but why aren't they used more?
|
|
2
|
907
|
April 19, 2019
|
Why parametrized types are not supported in (module package-type)?
|
|
2
|
1705
|
December 30, 2018
|
When should types (and associated functions) form their own modules?
|
|
4
|
827
|
December 3, 2018
|
Is idomatic in Ocaml to take configuration and return a module that uses it?
|
|
7
|
1451
|
October 2, 2018
|
How to deal with "recursive" modules?
|
|
10
|
4104
|
June 21, 2018
|