• Stars
    star
    282
  • Rank 142,064 (Top 3 %)
  • Language
    Haskell
  • License
    MIT License
  • Created over 12 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Haskell Koans for the Vancouver's Haskell UnMeetup

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.