Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 197 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 197 Bytes

Exercises from "Haskell Programming from first principles"

to run each exercise

$ stack ghci --no-load
Prelude> :l path/to/File.hs

or

$ cd path/to/folder
$ stack ghci