Fst

libretto.lambda.AForest.Punched.Fst
case class Fst[->[_, _], <*>[_, _], F[_], A2, G[_], B2](fst: Punched[->, <*>, F, G], snd: AForest[->, <*>, A2, B2]) extends Punched[->, <*>, [x] =>> F[x] <*> A2, [y] =>> G[y] <*> B2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Punched[->, <*>, [x] =>> F[x] <*> A2, [y] =>> G[y] <*> B2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply[T]: AForest[->, <*>, F[T] <*> A2, G[T] <*> B2]

Attributes

Definition Classes
override def inFocus: Focus[<*>, [x] =>> F[x] <*> A2]

Attributes

Definition Classes
override def outFocus: Focus[<*>, [y] =>> G[y] <*> B2]

Attributes

Definition Classes
override def plug[T, U](f: AForest[->, <*>, T, U]): AForest[->, <*>, F[T] <*> A2, G[U] <*> B2]

Attributes

Definition Classes

Inherited methods

def inFst[T, U](snd: AForest[->, <*>, T, U]): Punched[->, <*>, [x] =>> [x] =>> F[x] <*> A2[x] <*> T, [y] =>> [y] =>> G[y] <*> B2[y] <*> U]

Attributes

Inherited from:
Punched
def inSnd[T, U](fst: AForest[->, <*>, T, U]): Punched[->, <*>, [x] =>> T <*> [x] =>> F[x] <*> A2[x], [y] =>> U <*> [y] =>> G[y] <*> B2[y]]

Attributes

Inherited from:
Punched
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product