libretto.lambda.SourceNAry.Snoc
case class Snoc[->[_, _], ||[_, _], Nil, A, Init, Z](init: SourceNAry[->, ||, Nil, A, Init], last: A -> Z) extends SourceNAry[->, ||, Nil, A, Init || Z]
Attributes
-
Graph
-
-
Supertypes
-
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Members list
Attributes
-
Definition Classes
-
Attributes
-
Definition Classes
-
N-ary pushout from binary, generalized in that the arrows of the resulting sink (n-ary cospan) may be of a different type ->>
.
N-ary pushout from binary, generalized in that the arrows of the resulting sink (n-ary cospan) may be of a different type ->>
.
Attributes
-
Definition Classes
-
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product