Module type Monoid.INFIX

Infix operators.

type t

the type held by the Semigroup.

val (<|>) : t -> t -> t

Infix version of CORE.combine