Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adomokos/sandbox-hs
A repo to try out ideas, tutorials.
https://github.com/adomokos/sandbox-hs
errors haskell json xml
Last synced: 6 days ago
JSON representation
A repo to try out ideas, tutorials.
- Host: GitHub
- URL: https://github.com/adomokos/sandbox-hs
- Owner: adomokos
- License: bsd-3-clause
- Created: 2018-11-10T23:42:26.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2022-10-19T02:09:06.000Z (about 2 years ago)
- Last Synced: 2024-04-16T00:33:18.743Z (7 months ago)
- Topics: errors, haskell, json, xml
- Language: Haskell
- Size: 109 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# sandbox-hs
Kicking things around in Haskell.
[![CI](https://github.com/adomokos/sandbox-hs/actions/workflows/project-build.yml/badge.svg)](https://github.com/adomokos/sandbox-hs/actions/workflows/project-build.yml)
### Topics
* [Aeson Learning](test/AesonLearning)
* [Aeson Lens](test/AesonLearning/AesonLensSpec.hs)
* [Conduit](test/Conduit)
* [Errors](test/Errors)
* [Strings](test/Strings)
* [Monad Transformers](test/MonadTransformers)
* [Parsing](test/Parsing)
* [Reader Monad](test/ReaderMonad)
* [State Monad](test/StateMonad)
* [Custom Types](test/TypeClasses)
* [Higher-Kinded Data Types](test/Validations)