Module Pickles_types.Sigs

Type definitions and module signatures for library Pickles_types

Serialization

module Sexpable = Core_kernel.Sexpable
module Binable = Core_kernel.Binable

Serialization to and from JSON

Serialization to and from S-expressions or binary formats are directly imported from respectively Core_kernel.Sexpable and Core_kernel.Binable

type json = Yojson.Safe.t
type 'a jsonable = 'a -> json
type 'a maybe_json = Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or
module Jsonable : sig ... end
type 'a hashable = Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state
module Hash_foldable : sig ... end

Modules implementing comparison and equality functions

type ('a, 'res) rel2 = 'a -> 'a -> 'res
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