- Jun 19, 2019
-
-
erwan authored
All the get_* functions (that are of no interest for users) are now in the Register module.
-
- Jun 12, 2019
-
-
erwan authored
But I bumped into the "value restriction" limitation https://stackoverflow.com/questions/22507448/the-value-restriction Indeed, I need to store functions of 'v in some tables (or references), And tables are necessaryly weakly polymorphic ! https://v1.realworldocaml.org/v1/en/html/imperative-programming-1.html#side-effects-and-weak-polymorphism
-
- Jun 06, 2019
-
-
erwan authored
-
- May 24, 2019
-
-
erwan authored
-
- May 15, 2019
-
-
erwan authored
-
- May 14, 2019
-
-
erwan authored
Save/restore the PRGS at checkpoints (necessary for internal demons).
-
- Apr 30, 2019
-
- Apr 02, 2019
-
-
erwan authored
Rationale: it was not really necessary (Algo.neighbor contains almost the same information), and the Topology.neighbor type was alone in its module, which looked weird.
-
- Apr 01, 2019
-
-
erwan authored
-
- Mar 28, 2019
-
-
erwan authored
-
- Mar 22, 2019
-
-
erwan authored
-
- Mar 17, 2019
-
-
erwan authored
-
- Mar 15, 2019
-
-
erwan authored
For some reason, I believed that the source dir containing the main program need to be named bin for dune to work smoothly. But actually, it seems to work fine with src, so let's go for it.