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.
Attributes
- <*>
tag for branches
- A
captures the complete structure of the tree
- F
value type of leafs. Each leaf holds a value of type
F[T]
, for some typeT
.- T
tag for leafs.
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes