/HaskellKata

Haskell code kata.

Primary LanguageHaskellApache License 2.0Apache-2.0

Haskell Kata

Haskell code kata based on Dave Thomas' http://codekata.com/.

Build project

cabal build

Run tests

Without output

cabal test

With output

runhaskell -isrc -itest test/Spec.hs