:+:

object :+:
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def empty[M, N]: M :+: N

The identity of the monoid coproduct

The identity of the monoid coproduct

def inL[A, B](a: A): A :+: B
def inR[A, B](b: B): A :+: B

Implicits

Implicits

implicit
def instance[M : Monoid, N : Monoid]: Monoid[M :+: N]
implicit