ParN

libretto.lambda.ParN
See theParN companion trait
object ParN

Attributes

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

Members list

Type members

Classlikes

object Named

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Named.type
sealed trait Named[||[_, _], ::[_, _], ->[_, _], A, B]

An n-ary tuple of arrows Ai -> Bi, such that A = "name1" :: A1 || ... || "nameN" :: An, B = "name1" :: B1 || ... || "nameN" :: Bn, where || associates to the left.

An n-ary tuple of arrows Ai -> Bi, such that A = "name1" :: A1 || ... || "nameN" :: An, B = "name1" :: B1 || ... || "nameN" :: Bn, where || associates to the left.

Note that names of members of B are the same as those of A.

A named version of ParN.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Single[||, ::, ->, Lbl, A, B]
class Snoc[||, ::, ->, AInit, BInit, Lbl, C, D]
case class Single[[_, _], Nil, ->[_, _], A, B](value: A -> B) extends ParN[, Nil, ->, Nil A, Nil B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParN[, Nil, ->, Nil A, Nil B]
class Object
trait Matchable
class Any
Show all
case class Snoc[[_, _], Nil, ->[_, _], A1, A2, B1, B2](init: ParN[, Nil, ->, A1, B1], last: A2 -> B2) extends ParN[, Nil, ->, A1 A2, B1 B2]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait ParN[, Nil, ->, A1 A2, B1 B2]
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