DeepFunctor

net.ruippeixotog.scalascraper.util.DeepFunctor
See theDeepFunctor companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type AuxA[FA, A0] = DeepFunctor[FA] { type A = A0; }

Implicits

Implicits

implicit def cons[FRA, RA](implicit u: AuxA[[F[_]] =>> Functor[F], FRA, RA], rest: DeepFunctor[RA]): AuxA[FRA, A] { type F = [X] =>> M[F[X]]; }

Inherited implicits

implicit def nil[A1]: AuxA[A1, A1] { type F = [X] =>> X; }

Attributes

Inherited from:
LowerPriorityDeepFunctor