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 Plated[A1 |*| A2, B]

Attributes

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

Members list

Concise view

Value members

Concrete methods

override def fold(using ev: SymmetricSemigroupalCategory[->, |*|]): A1 |*| A2 -> B

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
Plated
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product