ChaseFwRes

libretto.lambda.ShuffledModule.ChaseFwRes
See theChaseFwRes companion trait
object ChaseFwRes

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
ChaseFwRes.type

Members list

Type members

Classlikes

sealed trait Blocked[F[_], X, B] extends ChaseFwRes[F, X, B]

Attributes

Supertypes
trait ChaseFwRes[F, X, B]
class Object
trait Matchable
class Any
Known subtypes
class FedTo[F, X, V, W, G, B]
class Split[F, X, X1, X2, B]
case class FedTo[F[_], X, V[_], W, G[_], B](pre: Punched[F, [x] =>> G[V[x]]], v: Focus[**, V], f: V[X] -> W, g: Focus[**, G], post: Shuffled[G[W], B]) extends Blocked[F, X, B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Blocked[F, X, B]
trait ChaseFwRes[F, X, B]
class Object
trait Matchable
class Any
Show all
case class Split[F[_], X, X1, X2, B](ev: X =:= (X1 ** X2)) extends Blocked[F, X, B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Blocked[F, X, B]
trait ChaseFwRes[F, X, B]
class Object
trait Matchable
class Any
Show all
case class Transported[F[_], X, G[_], B](s: Punched[F, G], ev: G[X] =:= B) extends ChaseFwRes[F, X, B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ChaseFwRes[F, X, B]
class Object
trait Matchable
class Any
Show all

Inherited and Abstract types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply[F[_], X, B](r: ChaseFwRes[F, X, B]): ChaseFwRes[F, X, B]