libretto.lambda.DistributionNAry.DistF.Snoc
case class Snoc[F[_], Init, Lbl <: String, A, FInit](init: DistF[F, Init] { type Out = FInit; }, label: Lbl) extends DistF[F, Init || (Lbl :: A)]
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
trait
DistF[
F,
Init || (
Lbl :: A)]
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Definition Classes
-
Attributes
-
Definition Classes
-
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product