Pickles_types.SigsType definitions and module signatures for library Pickles_types
Serialization to and from S-expressions or binary formats are directly imported from respectively Core_kernel.Sexpable and Core_kernel.Binable
type 'a jsonable = 'a -> jsonmodule Jsonable : sig ... endmodule Hash_foldable : sig ... endtype 'a comparable = ( 'a, int ) rel2type 'a equalable = ( 'a, bool ) rel2module Comparable : sig ... endmodule type VERSIONED = sig ... endmodule Serializable : sig ... endmodule Full : sig ... endModule types for types that have the whole gamut of transformations / functions