Context

glass.PUpcast.Context
class Context extends Context, Context

Attributes

Graph
Supertypes
trait Context
trait Context
trait Context
trait OpticContext
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type G[+x] = Unit
override type P[-x, +y] = x => y

Inherited types

override type F[+a] = a

Attributes

Inherited from:
Context

Value members

Concrete methods

def gfunctor: Functor[G]
override def profunctor: PChoice[P]

Attributes

Definition Classes
def pure: Pure[F]

Inherited methods

override def functor: Applicative[F]

Attributes

Definition Classes
Inherited from:
Context