The value of type Context[A] to wrap.
The captured Applicative[Context] whose behavior
is used to implement this class's methods.
The captured Applicative[Context] whose behavior
is used to implement this class's methods.
The captured Applicative[Context] whose behavior
is used to implement this class's methods.
An applying operation that obeys the homomorphism and interchange laws.
An applying operation that obeys the homomorphism and interchange laws.
See the main documentation for trait Applicative for more detail.
A mapping operation that obeys the identity and composition laws.
A mapping operation that obeys the identity and composition laws.
See the main documentation for trait Functor for more detail.
The value of type Context[A] to wrap.
The value of type Context[A] to wrap.
Adapter class for
Applicativethat wraps a value of typeContext[A]given an implicitApplicative[Context].