Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 346 Bytes

installation

$ cabal install cabal-dev
$ ./bin/setup-koans

This may take time.

run

$ ./bin/basic-functions-koans

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

$ ./bin/list-koans
$ ./bin/basic-io-koans
$ ./bin/currification-koans
$ ./bin/parserc-koans