Module V1.Change

type ('k, 'v, 'v_diff) t =
  1. | Remove of 'k
  2. | Add of 'k * 'v
  3. | Diff of 'k * 'v_diff
include Bin_prot.Binable.S3 with type ('k, 'v, 'v_diff) t := ('k, 'v, 'v_diff) t
include sig ... end
val bin_size_t : 'a 'b 'c. ('a, 'b, 'c, ('a, 'b, 'c) t) Bin_prot.Size.sizer3
val bin_write_t : 'a 'b 'c. ('a, 'b, 'c, ('a, 'b, 'c) t) Bin_prot.Write.writer3
val bin_read_t : 'a 'b 'c. ('a, 'b, 'c, ('a, 'b, 'c) t) Bin_prot.Read.reader3
val __bin_read_t__ : 'a 'b 'c. ('a, 'b, 'c, ('a, 'b, 'c) t) Bin_prot.Read.vtag_reader3
val bin_writer_t : 'a 'b 'c. ('a, 'b, 'c, ('a, 'b, 'c) t) Bin_prot.Type_class.S3.writer
val bin_reader_t : 'a 'b 'c. ('a, 'b, 'c, ('a, 'b, 'c) t) Bin_prot.Type_class.S3.reader
val bin_t : 'a 'b 'c. ('a, 'b, 'c, ('a, 'b, 'c) t) Bin_prot.Type_class.S3.t
include Ppx_compare_lib.Equal.S3 with type ('k, 'v, 'v_diff) t := ('k, 'v, 'v_diff) t
val equal : ('a -> 'a -> bool) -> ('b -> 'b -> bool) -> ('c -> 'c -> bool) -> ('a, 'b, 'c) t -> ('a, 'b, 'c) t -> bool
include Ppx_compare_lib.Equal.S3__local with type ('k, 'v, 'v_diff) t := ('k, 'v, 'v_diff) t
include Ppx_quickcheck_runtime.Quickcheckable.S3 with type ('k, 'v, 'v_diff) t := ('k, 'v, 'v_diff) t
include Sexplib0.Sexpable.S3 with type ('k, 'v, 'v_diff) t := ('k, 'v, 'v_diff) t
val t_of_sexp : 'a 'b 'c. (Sexplib0.Sexp.t -> 'a) -> (Sexplib0.Sexp.t -> 'b) -> (Sexplib0.Sexp.t -> 'c) -> Sexplib0.Sexp.t -> ('a, 'b, 'c) t
val sexp_of_t : 'a 'b 'c. ('a -> Sexplib0.Sexp.t) -> ('b -> Sexplib0.Sexp.t) -> ('c -> Sexplib0.Sexp.t) -> ('a, 'b, 'c) t -> Sexplib0.Sexp.t