backofhan / HaskellExercises

My solutions & notes for the book from http://haskellbook.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HaskellExercises

My solutions & notes for the book from http://haskellbook.com/

Notes

  1. I put all exercises from a chapter in one stack project. Because there are often dependencies among them.
  2. All contents are there in Lib.hs. Chapter numbers could be found in comments.
  3. In main module (Main.hs) there is only a hello message as well as some examples commented out. The examples could be tried in ghci.
  4. The directories of CHXX are root directories of stack projects. Navigate to a CHXX directory and execute 'stack build' can build the project. Then execute 'stack ghci' to launch ghci and play around.
  5. Before 'stack build', 'stack setup' might be needed if the sandbox of compiler is not installed yet.

Any suggestions/questions/comments about Haskell, you can reach me here: backofhan@gmail.com

Life is short, so I love Python. To make me a little bit different, I love Haskell as well.

About

My solutions & notes for the book from http://haskellbook.com/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%