package deriving

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type a = char
module Typeable : Deriving_Typeable.Typeable with type a = a
module Eq : Deriving_Eq.Eq with type a = a
val pickle : a -> id Write.m
val unpickle : id -> a 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