https://github.com/joshuaclayton/file-fun
A fun program for files, written in Haskell, to demonstrate a monad transformer stack
https://github.com/joshuaclayton/file-fun
cli demo haskell
Last synced: about 1 year ago
JSON representation
A fun program for files, written in Haskell, to demonstrate a monad transformer stack
- Host: GitHub
- URL: https://github.com/joshuaclayton/file-fun
- Owner: joshuaclayton
- License: mit
- Created: 2016-06-30T10:31:54.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-02T10:20:17.000Z (about 10 years ago)
- Last Synced: 2025-03-26T01:13:05.248Z (over 1 year ago)
- Topics: cli, demo, haskell
- Language: Haskell
- Homepage:
- Size: 9.77 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# File Fun
This is a simple Haskell CLI tool demonstrating [`optparse-applicative`] and a
[monad transformer stack].
[`optparse-applicative`]: https://hackage.haskell.org/package/optparse-applicative
[monad transformer stack]: http://book.realworldhaskell.org/read/monad-transformers.html
## License
See [LICENSE].