Module Monoid.Set

A set monoind.

module Make (S : Core_kernel.Set.S) : S with type t := S.t

Derives a set monoind from the set S.