scalaz.FingerTree A tree containing elements at it's leaves, and measures at the nodes. Can be adapted to
various purposes by choosing a different measure, for example scalaz.IndSeq and scalaz.OrdSeq.
scalaz.Lens Composable, functional alternative to getters and setters
scalaz.Tree A multiway tree. Each node contains a single element, and a Stream of sub-trees.
Scalaz: Type classes and pure functional data structures for Scala.
This package, scalaz, contains:
Type class instances and other functions related to the Scala and Java standard library are in scalaz.std
Implicit conversions and wrapper classes that provide a more convenient syntax for accessing the functionality of the library are in scalaz.syntax.
Type Classes Index
Data Structures Index
A => A
.Stream
of sub-trees.A => M[B]
, allowing chaining. Also known, and aliased, asscalaz.ReaderT
.F[Option[A]]
F[Maybe[A]]
F[A \/ B]