MaybeInstances0

sealed abstract
class Object
trait Matchable
class Any
object Maybe

Implicits

Implicits

implicit
def maybeSemiLattice[A](implicit A: SemiLattice[A]): SemiLattice[Maybe[A]]

Inherited implicits

implicit
def maybeBand[A : Band]: Band[Maybe[A]]
Inherited from
MaybeInstances1