Monoid.Stack
A list monoid that accumulates data in a reversed order.
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