This is a fork of the text and exercises for the PureScript book written by Phil Freeman
The original work's license is CreativeCommons BY-NC-SA.
- migrate to purescript 0.12 and use psc-package
- thanks to paf31#135
- a seperated branch includes my own solution of the book exercise
- Prerequisites
- install
purescript
- install
psc-package
-
clone the repository
# pwd: ~/ $ git clone [email protected]:conradlo/purescript-book.git
-
cd
to one of the source code folders and install dependency# pwd: ~/purescript-book/exercise/chapter{x} $ psc-package install
-
Verify you can open a
repl
or run test successfully.# open repl $ psc-package repl # or $ pulp --psc-package repl # run tests $ pulp --psc-package test
https://github.com/paf31/purescript-book
https://leanpub.com/purescript