LazyTuple2Instances

sealed abstract
class Object
trait Matchable
class Any
object LazyTuple2

Implicits

Implicits

implicit
def lazyTuple2Monad[A1](implicit A1: Monoid[A1]): Monad[[_] =>> LazyTuple2[A1, _$5]]
implicit
def lazyTuple2Monoid[A1, A2](implicit A1: Monoid[A1], A2: Monoid[A2]): Monoid[LazyTuple2[A1, A2]]
implicit
def lazyTuple2Order[A1, A2](implicit A1: Order[A1], A2: Order[A2]): Order[LazyTuple2[A1, A2]]
implicit
def lazyTuple2Show[A1, A2](implicit A1: Show[A1], A2: Show[A2]): Show[LazyTuple2[A1, A2]]

Inherited implicits

implicit
def lazyTuple2Functor[A1]: Functor[[_] =>> LazyTuple2[A1, _$4]]
Inherited from
LazyTuple2Instances0
implicit
def lazyTuple2Semigroup[A1, A2](implicit A1: Semigroup[A1], A2: Semigroup[A2]): Semigroup[LazyTuple2[A1, A2]]
Inherited from
LazyTuple2Instances0