Owl_typesThis module defines the types shared by various sub-libraries in Owl. Note that they just wrappers, to find the exact module signature, please refer to the definition in the corresponding module.
include module type of struct include Owl_types_common endtype slice = index listtype slice_ = index_ arraymodule type Ndarray_Basic = sig ... endmodule type Ndarray_Compare = sig ... endmodule type Ndarray_Mutable = sig ... endmodule type Ndarray_Algodiff = sig ... endmodule type Ndarray_Numdiff = sig ... endmodule type Stats_Dist = sig ... endmodule type Computation_Device = sig ... end