module Pickle_unit:Picklewith type a = unit
type a
module T:Typeable.Typeablewith type a = a
module E:Eq.Eqwith type a = a
val pickle : a -> Pickle.id Pickle.Write.mval unpickle : Pickle.id -> a Pickle.Read.mval to_buffer : Buffer.t -> a -> unitval to_string : a -> stringval to_channel : Pervasives.out_channel -> a -> unitval from_stream : char Stream.t -> aval from_string : string -> aval from_channel : Pervasives.in_channel -> a