Ap

object Ap extends ApInstances
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Implicits

Inherited implicits

implicit
def ApEqual[F[_], A](implicit E: Equal[F[A]]): Equal[Ap[F, A]]
Inherited from
ApInstances
implicit
def ApMonoid[F[_], A](implicit F0: Applicative[F], A0: Monoid[A]): Monoid[Ap[F, A]]
Inherited from
ApInstances
implicit
def ApSemigroup[F[_], A](implicit F0: Apply[F], A0: Semigroup[A]): Semigroup[Ap[F, A]]
Inherited from
ApInstances0