libretto.lambda.AForest
See theAForest companion object
A forest-like structured composition of arrows.
For example,
A C
| <*> |
v v
B D <*> (E <*> F)
|
v
G
is an AForest[->, <*>, A <*> C, B <*> (D <*> (G <*> F))]
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article