module Make: functor (I : MARSHALLABLE) -> sig .. end
functor (
I
:
MARSHALLABLE
) ->
sig
end
val load : string -> I.t
string -> I.t
val dump : string -> I.t -> unit
string -> I.t -> unit