SemiSnoc

libretto.lambda.Shuffled.Plated$.SemiSnoc
case class SemiSnoc[A, X1, X2, Y2, Z2, B1, B2](init: Plated[A, X1 |*| X2], t: RevTransferOpt[X1, X2, B1, Y2], s: Y2 ~⚬ Z2, semiLast: Plated[Z2, B2]) extends Plated[A, B1 |*| B2]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Plated[A, B1 |*| B2]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def fold(using ev: SymmetricSemigroupalCategory[->, |*|]): A -> B1 |*| B2

Attributes

Definition Classes

Inherited methods

def after[Z](that: Permeable[Z, A]): Preshuffled[Z, _, B]

Attributes

Inherited from:
Plated
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product