libretto.lambda.ParN.Named.Snoc
case class Snoc[||[_, _], ::[_, _], ->[_, _], AInit, BInit, Lbl <: String, C, D](init: Named[||, ::, ->, AInit, BInit], label: Lbl, last: C -> D) extends Named[||, ::, ->, AInit || (Lbl :: C), BInit || (Lbl :: D)]
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
trait
Named[
||,
::,
->,
AInit || (
Lbl :: C),
BInit || (
Lbl :: D)]
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Definition Classes
-
Attributes
-
Inherited from:
-
Named
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product