module V1 : sig ... endmodule V1_stable_unit_test : sig ... endWe export the unit test arg rather than instantiate the functor inside result.ml in order to avoid circular dependencies. The functor is instantiated in stable.ml.
Result.Stablemodule V1 : sig ... endmodule V1_stable_unit_test : sig ... endWe export the unit test arg rather than instantiate the functor inside result.ml in order to avoid circular dependencies. The functor is instantiated in stable.ml.