Module Deriving_Dump.Dump_option

Parameters

module P : Dump

Signature

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