Haskell Book Solutions Save

Solutions to exercises in Haskell Programming from first principles

Project README

Haskell Book Solutions

Solutions to exercises in haskell book, a fantastic resource for learning Haskell from scratch.

The project is built using stack a tool used to build Haskell projects and manage dependencies. Check out https://docs.haskellstack.org/en/stable/README/ for information on downloading stack. (there's also a great video tutorial here to get haskell up and running with stack).

Running code locally

After stack and ghc have been installed

  1. clone the repo, cd into the directory
  2. run stack build, this will install all the dependencies (can take a while)
  3. run stack ghci to enter a ghci repl session
  4. to load a particular module in ghci run :l /path/to/the/module.hs
  5. you can then try out the functions by typing them into the repl
Open Source Agenda is not affiliated with "Haskell Book Solutions" Project. README Source: andrewMacmurray/haskell-book-solutions
Stars
37
Open Issues
5
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating