SemiCons

libretto.lambda.Shuffled.Plated.SemiCons
case class SemiCons[A1, A2, X2, Y2, Z1, Z2, B](semiHead: Plated[A2, X2], s: X2 ~⚬ Y2, t: TransferOpt[A1, Y2, Z1, Z2], tail: Plated[Z1 |*| Z2, B]) extends BiInput[A1, A2, B]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait BiInput[A1, A2, B]
trait Plated[A1 |*| A2, B]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def chaseBw[G[_], T](i: Focus[|*|, G])(using ev: B =:= G[T]): Blocked[A1 |*| A2, G, T]

Attributes

Definition Classes
override def chaseFwFst[F[_], X](i: Focus[|*|, F])(using ev: A1 =:= F[X]): Blocked[[x] =>> F[x] |*| A2, X, B]

Attributes

Definition Classes
override def chaseFwSnd[F[_], X](i: Focus[|*|, F])(using ev: A2 =:= F[X]): Blocked[[x] =>> A1 |*| F[x], X, B]

Attributes

Definition Classes
override def foldMap[->>[_, _]](tr: [x, y] => (x$1: x -> y) => ->>[x, y])(using ev: SymmetricSemigroupalCategory[->>, |*|]): A1 |*| A2 ->> B

Attributes

Definition Classes
override def projectProper[C](p: Proper[|*|, B, C], f: [P, Q, R] => (x$1: P -> Q, x$2: Projection[|*|, Q, R]) => ProjectRes[P, R]): ProjectRes[A1 |*| A2, C]

Attributes

Definition Classes
override def sweepL[F[_], ->>[_, _]](a: F[A1 |*| A2], f: [t, u] => (x$1: F[t], x$2: t -> u) => (->>[t, u], F[u]))(using tgt: With[->>, |*|, Shuffle[|*|]], F: StrongZippable[|*|, F]): (Plated[A1 |*| A2, B], F[B])

Attributes

Definition Classes
override def translate[->>[_, _], <*>[_, _], F[_, _], S](fa: F[A1 |*| A2, S], om: ObjectMap[|*|, <*>, F], am: ArrowMap[->, ->>, F])(using tgt: Shuffled[->>, <*>]): Exists[[T] =>> (Plated[S, T], F[B, T])]

Attributes

Definition Classes
override def traverse[G[_] : Applicative, ->>[_, _]](f: [t, u] => (x$1: t -> u) => G[->>[t, u]])(implicit evidence$19: Applicative[G], tgt: With[->>, |*|, Shuffle[|*|]]): G[Plated[A1 |*| A2, B]]

Attributes

Definition Classes
override def unconsSome: UnconsSomeRes[A1 |*| A2, B]

Attributes

Definition Classes

Inherited methods

def afterPermeable[Z](that: Permeable[Z, A1 |*| A2]): Preshuffled[Z, _, B]

Attributes

Inherited from:
Plated
def asShuffled: Shuffled[A, B]

Attributes

Inherited from:
Plated
final override def chaseFw[F[_], X](i: Focus[|*|, F])(using ev: A1 |*| A2 =:= F[X]): Blocked[F, X, B]

Attributes

Definition Classes
Inherited from:
BiInput
def fold(using ev: SymmetricSemigroupalCategory[->, |*|]): A -> B

Attributes

Inherited from:
Plated
def impermeable: Impermeable[A, A, B, B]

Attributes

Inherited from:
Plated
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def project[C](p: Projection[|*|, B, C], f: [X, Y, Z] => (x$1: X -> Y, x$2: Projection[|*|, Y, Z]) => ProjectRes[X, Z]): ProjectRes[A, C]

Attributes

Inherited from:
Plated
def thenPermeable[C](that: Permeable[B, C]): Postshuffled[A, _, C]

Attributes

Inherited from:
Plated
def to[C](using ev: B =:= C): Plated[A, C]

Attributes

Inherited from:
Plated