DistRL

libretto.lambda.DistributionNAry.DistRL
See theDistRL companion trait
object DistRL

Attributes

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

Members list

Type members

Classlikes

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

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait DistRL[**, ||, ::, B, 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