Monoid.Infix
module Core : Preface_specs.Monoid.CORE
type t = Core.t
the type held by the Semigroup.
Semigroup
val (<|>) : t -> t -> t
Infix version of CORE.combine
CORE