Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 491 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 491 Bytes

A functional library for Dart inspired by Haskell

Build Status

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