preface.make
Monoid.Infix
preface
preface.core
preface.specs
preface.stdlib
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.combine