Functor Benl_marshal.Make

module Make: 
functor (I : MARSHALLABLE) -> sig .. end
Parameters:
I : MARSHALLABLE

val load : string -> I.t
val dump : string -> I.t -> unit