https://github.com/sectore/purescript-book-exercises
Exercises of PureScript By Example
https://github.com/sectore/purescript-book-exercises
Last synced: 3 months ago
JSON representation
Exercises of PureScript By Example
- Host: GitHub
- URL: https://github.com/sectore/purescript-book-exercises
- Owner: sectore
- Created: 2016-11-08T16:05:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-15T13:54:49.000Z (over 9 years ago)
- Last Synced: 2025-11-23T20:03:17.870Z (7 months ago)
- Language: PureScript
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [PureScript By Example](https://leanpub.com/purescript/) - Solved Exercises
* _**Chapter 4:**_
[4.15.1](./chapter4/4.15.1.purs)
, [4.15.2](./chapter4/4.15.2.purs)
, [4.15.3](./chapter4/4.15.3.purs)
, [4.15.4](./chapter4/4.15.4.purs)
, [4.17.1](./chapter4/4.17.1.purs),
* _**Chapter 8:**_
[8.19.1](./chapter8/8.19.1.purs)
, [8.19.2](./chapter8/8.19.2.purs)
, [8.19.3](./chapter8/8.19.3.purs)
, [8.19.4](./chapter8/8.19.4/src/)
* _**Chapter 10:**_
[10.9.1](./chapter10/10.9.1.js)
, [10.9.2](./chapter10/10.9.2.js)
, [10.15.1.purs](./chapter10/10.15/10.15.1.purs)
/ [10.15.1.js](./chapter10/10.15/10.15.1.js)
, [10.15.2.purs](./chapter10/10.15/10.15.2.purs)
/ [10.15.2.js](./chapter10/10.15/10.15.2.js)
* _**Chapter 11:**_
[11.4.1](./chapter11/11.4.1.purs)
, [11.4.2](./chapter11/11.4.2.purs)
, [11.6.1](./chapter11/11.6.1.purs)
, [11.6.2](./chapter11/11.6.2.purs)
, [11.9.1](./chapter11/11.9.1.purs)
, [11.9.2](./chapter11/11.9.2.purs)
_Solved with :sun_with_face: by Jens K. (aka @sectore)_