DistLR

libretto.lambda.DistributionNAry.DistLR
See theDistLR companion trait
object DistLR

Attributes

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

Members list

Type members

Classlikes

case class Single[**[_, _], ||[_, _], ::[_, _], A, Lbl <: String, B](label: Lbl) extends DistLR[**, ||, ::, A, Lbl :: B]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DistLR[**, ||, ::, A, Lbl :: B]
class Object
trait Matchable
class Any
Show all
case class Snoc[**[_, _], ||[_, _], ::[_, _], A, Init, Lbl <: String, Z, AInit](init: DistLR[**, ||, ::, A, Init] { type Out = AInit; }, lbl: Lbl) extends DistLR[**, ||, ::, A, Init || (Lbl :: Z)]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DistLR[**, ||, ::, A, Init || (Lbl :: Z)]
class Object
trait Matchable
class Any
Show all
object Unnamed

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Unnamed.type
sealed trait Unnamed[**[_, _], [_, _], Nil, D, Cases]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Single[**, , Nil, D, A]
class Snoc[**, , Nil, D, Init, Last, DInit]

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