Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)