fun_land v0.7.3 FunLandic
Under FunLandic, you can find many practical implementations of different Algebraic Data Types:
- The
Maybe
CombinableMonad, which you can use for safe failure handling.
The following are TODO: Combinables:
- The
Sum
andProduct
Combinables to easily calculate numerical sums/products. - The
Any
andAll
Combinables to easily calculate boolean predicates. - The
Monads:
- Tree
- Either
- Reader
- Writer
Foldables
- Sets (MapSet impl)