Module With_fold.KeySource

Sourcetype ('a, 'b) t
Sourceval create : init:'b -> f:('b -> 'a -> 'b) -> name:Base.string -> ('b -> Base.Sexp.t) -> ('a, 'b) t
Sourceval id : ('a, 'b) t -> 'b Base.Type_equal.Id.t