module Custom: sig
.. end
Generic representation of custom datatypes.
Custom types are opaque to OCaml, they generally come with a foreign interface in C.
Therefore there is not much information that can be used for generic programming.
module T: sig
.. end
type 'a
t = 'a T.custom