Operationalized

libretto.lambda.DistributionNAry.DistF.Operationalized
See theOperationalized companion trait

Attributes

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

Members list

Type members

Classlikes

case class DistFst[A, F2[_], Cases, F2Cases, Res](distF2: Operationalized[F2, Cases] { type Out = F2Cases; }, dist1: DistLR[A, F2Cases] { type Out = Res; }) extends Operationalized[[x] =>> A ** F2[x], Cases]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Operationalized[[x] =>> A ** F2[x], Cases]
class Object
trait Matchable
class Any
Show all
case class DistSnd[F1[_], B, Cases, F1Cases, Res](distF1: Operationalized[F1, Cases] { type Out = F1Cases; }, dist2: DistRL[B, F1Cases] { type Out = Res; }) extends Operationalized[[x] =>> F1[x] ** B, Cases]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Operationalized[[x] =>> F1[x] ** B, Cases]
class Object
trait Matchable
class Any
Show all
case class Id[Cases]() extends Operationalized[[x] =>> x, Cases]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Operationalized[[x] =>> x, Cases]
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