A functional library for Dart inspired by Haskell
Goals:
- Provide foundational abstractions (Monad, Maybe, ST, etc)
- Adhere to principles of strong typing wherever possible
- Address syntax barriers where possible (currying, patterns, etc)
- Learn by doing (imperitive backgorund moving to functional)
- Provide concrete usage examples in the form of Unit Tests