/haskell-katas-1

Simple Exercises in Haskell, using HSpec

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Haskell Katas

Build Status

As I tried to learn Haskell, I realized reading and following examples in ghci is not enough, I needed short examples I could practice daily.

The examples in this repo are mostly from the book Learn You a Haskell for Great Good!, although I started incorporating other examples as well.

stack build should get you going and stack test will run all the specs. You are done, when all the specs are passing.