Up

Module type Foldable2_sexpable

Signature

include Foldable2
type 'a t
val init : _ t
val f : 'a t -> 'a -> 'a t
include Core.Std.Sexpable.S1 with type 'a t := 'a t
type 'a t
val t_of_sexp : (Sexplib.Sexp.t -> 'a) -> Sexplib.Sexp.t -> 'a t
val sexp_of_t : ('a -> Sexplib.Sexp.t) -> 'a t -> Sexplib.Sexp.t