Monoid.List
A monoid that accumulates data in a list.
module Make (T : Core_kernel.T) : S with type t := TList(T).t
Make(T) constructs a monoid that accumulates elements of type T.t
T.t