Deriving_Dumpmodule type Dump = sig ... endmodule Dump_int32 : Dump with type a = Int32.tmodule Dump_int64 : Dump with type a = Int64.tmodule Dump_nativeint : Dump with type a = Nativeint.tmodule Dump_string : Dump with type a = stringmodule Dump_float : Dump with type a = floatmodule Dump_undumpable (P : sig ... end) : Dump with type a = P.amodule Dump_via_marshal (P : sig ... end) : Dump with type a = P.amodule Dump_alpha (P : sig ... end) : Dump with type a = P.a