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
- 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.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article