libretto.lambda.TupleN
See theTupleN companion object
An n-ary tuple of values F[Ai]
, where A = Nil ∙ A1 ∙ ... ∙ An
where ∙
associates to the left.
Unlike Bin, which is an arbitrarily nested binary tree, the shape of nesting in TupleN is prescribed to be always associated to the left and is conceptually used to represent flat n-ary tuples.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article