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

Functor Deriving_Pickle.Pickle_from_dump

module Pickle_from_dump : functor (P : Deriving_Dump.Dump) -> 
  functor (E : Eq     with type a = P.a) ->
  functor (T : Typeable     with type a = P.a) ->
  Picklewith type a = P.a

Parameters :

P:Deriving_Dump.Dump
E:Eq with type a = P.a
T:Typeable with type a = P.a

type a
module Typeable : Typeablewith type a = a
module Eq : Eqwith type a = a
val pickle : a -> Deriving_Pickle.id Deriving_Pickle.Write.m
val unpickle : Deriving_Pickle.id -> a Deriving_Pickle.Read.m
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