dfunct 0.0.8
dfunct: ^0.0.8 copied to clipboard
A functional library for Dart inspired by Haskell. Maybe monad and a bunch of typedefs for common scenarios.
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
