Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 409 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 409 Bytes

DISCLAIMER

This project has been abandoned for the past 4 years, there are other better tools for learning Haskell

  • Haskell From First Principles
  • Exercism.io

Please, consider those before using this project

installation

$ ./bin/setup-koans

This may take time.

run

$ ./bin/koans

This tells you what to do. Modify test/BasicFunctions.hs's replaceValues to let the test passes.