Pickles_types.Sigs
Type 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 -> json
module Jsonable : sig ... end
module Hash_foldable : sig ... end
type 'a comparable = ( 'a, int ) rel2
type 'a equalable = ( 'a, bool ) rel2
module Comparable : sig ... end
module type VERSIONED = sig ... end
module Serializable : sig ... end
module Full : sig ... end
Module types for types that have the whole gamut of transformations / functions