- Companion
- class
Type members
Classlikes
object Leaf
Leaf represents a tree node with no children.
Leaf represents a tree node with no children.
You can use Leaf for tree construction or pattern matching.
object Node
Node represents a tree node that may have children.
Node represents a tree node that may have children.
You can use Node for tree construction or pattern matching.
Value members
Concrete methods
Implicits
Implicits
Inherited implicits
implicit
val strictTreeInstance: Traverse1[StrictTree] & Monad[StrictTree] & Comonad[StrictTree] & Align[StrictTree] & Zip[StrictTree]
- Inherited from
- StrictTreeInstances