Warning: Reason support is experimental. We are looking for beta-tester and contributors.

Functor Deriving_Dump.Dump_via_marshal

module Dump_via_marshal : functor (P : sig      type aend) -> 
  Dumpwith type a = P.a

Parameters :

P:sig type a end

type a
val to_buffer : Buffer.t -> a -> unit
val to_string : a -> string
val to_channel : Pervasives.out_channel -> a -> unit
val from_stream : char Stream.t -> a
val from_string : string -> a
val from_channel : Pervasives.in_channel -> a