At

libretto.lambda.AForest.Focused.At
case class At[->[_, _], <*>[_, _], F[_], X, Y, G[_]](context: Punched[->, <*>, F, G], target: AForest[->, <*>, X, Y]) extends Focused[->, <*>, F, X, G[Y]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Focused[->, <*>, F, X, G[Y]]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def inFst[T, U](snd: AForest[->, <*>, T, U]): Focused[->, <*>, [x] =>> F[x] <*> T, X, G[Y] <*> U]

Attributes

Definition Classes
override def inSnd[T, U](fst: AForest[->, <*>, T, U]): Focused[->, <*>, [x] =>> T <*> F[x], X, U <*> G[Y]]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def to[C](using ev: G[Y] =:= C): Focused[->, <*>, F, X, C]

Attributes

Inherited from:
Focused