FunctorLaws

object FunctorLaws extends FunctorLaws
Companion
class
class Object
trait Matchable
class Any

Value members

Inherited methods

def composition[F[*], A, B, C](fa: F[A], f: B => C, g: A => B)(implicit evidence$1: Functor[F], F: Functor[F], FC: Eq[F[C]]): Boolean
Inherited from
FunctorLaws
def identity[F[*], A](fa: F[A])(implicit F: Functor[F], FA: Eq[F[A]]): Boolean
Inherited from
FunctorLaws