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

https://github.com/fullstack-development/reducible


https://github.com/fullstack-development/reducible

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# reducible

This package defined the `Reducible` typeclass, which represents embedding
a specialized monad into a more general one, and is used to automate
defining instances for MTL-style capability typeclasses.

See documentation for `Control.Reducible` module for more information.