Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stevenxl/helloreadertdesignpattern
Code along with FPComplete's "The ReaderT Design Pattern"
https://github.com/stevenxl/helloreadertdesignpattern
Last synced: about 1 month ago
JSON representation
Code along with FPComplete's "The ReaderT Design Pattern"
- Host: GitHub
- URL: https://github.com/stevenxl/helloreadertdesignpattern
- Owner: StevenXL
- Created: 2020-01-03T23:01:58.000Z (about 5 years ago)
- Default Branch: 03-has-typeclass-approach
- Last Pushed: 2020-01-04T17:26:08.000Z (about 5 years ago)
- Last Synced: 2024-11-30T12:33:25.709Z (about 2 months ago)
- Language: Haskell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HelloReaderTPattern
In this repository, we will code along to [FPComplete's ReaderT Design
Pattern](https://www.fpcomplete.com/blog/2017/06/readert-design-pattern).Please read the commit history via `git log` for further clarity.
This is a [Haskell
script](https://tech.fpcomplete.com/haskell/tutorial/stack-script) and can be
ran via `stack HelloSpec.hs`.