Skip to content

waveFrontSet/haskellbook-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions to the exercises in the Haskellbook

These are just my solutions to the programming exercises from the book Haskell Programming from first principles.

Setup

If you want to examine the solutions, you need to install stack. On macs, a simple brew install stack should suffice. Afterwards, you can build the project and install dependencies by executing stack build.

Trying out solutions

To fire up ghci, execute stack ghci inside the project folder. You can then load functions from the source files by using

:load path/to/haskell.hs

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published