Transported

libretto.lambda.ShuffledModule.ChaseBwRes.Transported
case class Transported[A, F[_], G[_], X](ev: A =:= F[X], s: Punched[F, G]) extends ChaseBwRes[A, G, X]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait ChaseBwRes[A, G, X]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def after[P](p: Shuffled[P, A]): ChaseBwRes[P, G, X]

Attributes

Definition Classes
override def andThen[H[_]](H: Focus[**, H], h: [x] => DummyImplicit ?=> Shuffled[G[x], H[x]]): ChaseBwRes[A, H, X]

Attributes

Definition Classes
override def inFst[P, Q](snd: Shuffled[P, Q]): ChaseBwRes[A ** P, [x] =>> G[x] ** Q, X]

Attributes

Definition Classes
override def inSnd[P, Q](fst: Shuffled[P, Q]): ChaseBwRes[P ** A, [x] =>> Q ** G[x], X]

Attributes

Definition Classes

Inherited methods

def andThen[H[_]](h: Punched[G, H]): ChaseBwRes[A, H, X]

Attributes

Inherited from:
ChaseBwRes
def inFst[Q]: ChaseBwRes[A ** Q, [x] =>> G[x] ** Q, X]

Attributes

Inherited from:
ChaseBwRes
def inSnd[P]: ChaseBwRes[P ** A, [x] =>> P ** G[x], X]

Attributes

Inherited from:
ChaseBwRes
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product