DisjunctionInstances0

sealed abstract
class Object
trait Matchable
class Any

Implicits

Implicits

implicit
def DisjunctionEqual[A : Equal, B : Equal]: Equal[A \/ B]
implicit
implicit
def DisjunctionShow[A : Show, B : Show]: Show[A \/ B]

Inherited implicits

implicit
def DisjunctionBand[A : Band, B : Band]: Band[A \/ B]
Inherited from
DisjunctionInstances1
implicit
def DisjunctionInstances1[L]: Traverse[[_] =>> L \/ _$9] & Monad[[_] =>> L \/ _$10] & BindRec[[_] =>> L \/ _$11] & Cozip[[_] =>> L \/ _$12] & Plus[[_] =>> L \/ _$13] & Alt[[_] =>> L \/ _$14] & Optional[[_] =>> L \/ _$15] & MonadError[[_] =>> L \/ _$16, L]
Inherited from
DisjunctionInstances1
implicit
Inherited from
DisjunctionInstances2