A repository for learning Haskell by going through the Project Euler problem set.
- Install Haskell using GHCup
ghci ./problems/1/solve.hs
to open the file:r
to reload the file:t
to see the type of anything:i
to see info about type classes
- Go through course: CIS 194: Introduction to Haskell (Spring 2013)
- Read Learn You a Haskell for Great Good!
- Try Hspec testing framework