Module With_fold.Key

type ('a, 'b) t
val create : init:'b -> f:('b -> 'a -> 'b) -> name:Base.String.t -> ('b -> Sexp.t) -> ('a'b) t
val id : ('a'b) t -> 'b Type_equal.Id.t