V1.Change
Sourceinclude Sexplib0.Sexpable.S3
with type ('k, 'v, 'v_diff) t := ('k, 'v, 'v_diff) t
val t_of_sexp :
(Sexplib0.Sexp.t -> 'a) ->
(Sexplib0.Sexp.t -> 'b) ->
(Sexplib0.Sexp.t -> 'c) ->
Sexplib0.Sexp.t ->
('a, 'b, 'c) t
val sexp_of_t :
('a -> Sexplib0.Sexp.t) ->
('b -> Sexplib0.Sexp.t) ->
('c -> Sexplib0.Sexp.t) ->
('a, 'b, 'c) t ->
Sexplib0.Sexp.t
include Bin_prot.Binable.S3
with type ('k, 'v, 'v_diff) t := ('k, 'v, 'v_diff) t
val bin_shape_t :
Bin_prot.Shape.t ->
Bin_prot.Shape.t ->
Bin_prot.Shape.t ->
Bin_prot.Shape.t
val stable_witness :
'k Ppx_stable_witness_runtime.Stable_witness.t ->
'v Ppx_stable_witness_runtime.Stable_witness.t ->
'v_diff Ppx_stable_witness_runtime.Stable_witness.t ->
('k, 'v, 'v_diff) t Ppx_stable_witness_runtime.Stable_witness.t