libretto.lambda.Bin
See theBin companion object
Binary tree with leafs holding values of types F[X]
, F[Y]
, ... The complete structure of the tree is expressed by the type A
, using the tags for branches and leafs.
Type parameters
- <*>
-
tag for branches, as it appears in
A
- A
-
captures the complete structure of the tree
- F
-
value type of leafs. Each leaf holds a value of type
F[X]
, for some typeX
(but appears inA
asT[X]
). - T
-
tag for leafs, as it appears in
A
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article