Cons

libretto.lambda.Shuffled.Plated.UnconsSomeRes.Cons
final case class Cons[F[_], X, Y, B](i: Focus[|*|, F], f: X -> Y, post: Shuffled[F[Y], B]) extends UnconsSomeRes[F[X], B]

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product