https://github.com/purefunctor/haskellnotes
My personal notes for Haskell's language features and concepts.
https://github.com/purefunctor/haskellnotes
Last synced: about 1 year ago
JSON representation
My personal notes for Haskell's language features and concepts.
- Host: GitHub
- URL: https://github.com/purefunctor/haskellnotes
- Owner: purefunctor
- License: bsd-3-clause
- Created: 2021-01-08T08:50:48.000Z (over 5 years ago)
- Default Branch: stable
- Last Pushed: 2021-01-09T17:32:10.000Z (over 5 years ago)
- Last Synced: 2025-01-25T06:41:21.391Z (over 1 year ago)
- Language: Haskell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HaskellNotes
My personal notes for Haskell's language features and concepts.
The repository layout and files should be fairly similar to that of my [purescript-notes](https://github.com/PureFunctor/purescript-notes). Language features will differ, of course, and so will be the techniques used to demonstrate them.
## Building
This project uses the following tools:
* `GHC 8.8.4`
* `stack`
* `hpack`
You can play around the different source files by invoking a REPL and importing them:
```bash
$ stack repl
```