Base.EitherSourceval hash_fold_t :
(Hash.state -> 'a -> Hash.state) ->
(Hash.state -> 'b -> Hash.state) ->
Hash.state ->
('a, 'b) t ->
Hash.stateinclude Sexplib0.Sexpable.S2 with type ('f, 's) t := ('f, 's) tval t_of_sexp :
(Sexplib0.Sexp.t -> 'a) ->
(Sexplib0.Sexp.t -> 'b) ->
Sexplib0.Sexp.t ->
('a, 'b) tval sexp_of_t :
('a -> Sexplib0.Sexp.t) ->
('b -> Sexplib0.Sexp.t) ->
('a, 'b) t ->
Sexplib0.Sexp.tval t_sexp_grammar :
'f Sexplib0.Sexp_grammar.t ->
's Sexplib0.Sexp_grammar.t ->
('f, 's) t Sexplib0.Sexp_grammar.tinclude Invariant.S2 with type ('a, 'b) t := ('a, 'b) t