https://github.com/fullstack-development/reducible
https://github.com/fullstack-development/reducible
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fullstack-development/reducible
- Owner: fullstack-development
- License: bsd-3-clause
- Created: 2022-05-16T09:48:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-31T15:48:15.000Z (about 3 years ago)
- Last Synced: 2025-01-16T00:57:37.165Z (about 1 year ago)
- Language: Haskell
- Size: 226 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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.