stdcompat__arrayLabels.ml
stdcompat
1 2 3 4 5 6 7 8 9 10 11 include (Stdcompat__array : module type of struct include Stdcompat__array end with module Floatarray := Array.Floatarray) module Floatarray = ArrayLabels.Floatarray (* include Stdcompat__array *)
1 2 3 4 5 6 7 8 9 10 11
include (Stdcompat__array : module type of struct include Stdcompat__array end with module Floatarray := Array.Floatarray) module Floatarray = ArrayLabels.Floatarray (* include Stdcompat__array *)