Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ekmett/exceptions
mtl friendly exceptions
https://github.com/ekmett/exceptions
Last synced: 7 days ago
JSON representation
mtl friendly exceptions
- Host: GitHub
- URL: https://github.com/ekmett/exceptions
- Owner: ekmett
- License: other
- Created: 2013-04-30T06:21:33.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T14:23:37.000Z (9 days ago)
- Last Synced: 2024-10-29T22:30:03.177Z (7 days ago)
- Language: Haskell
- Size: 304 KB
- Stars: 49
- Watchers: 7
- Forks: 32
- Open Issues: 11
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.markdown
- License: LICENSE
- Authors: AUTHORS.markdown
Awesome Lists containing this project
README
exceptions
==========[![Hackage](https://img.shields.io/hackage/v/exceptions.svg)](https://hackage.haskell.org/package/exceptions) [![Build Status](https://github.com/ekmett/exceptions/workflows/Haskell-CI/badge.svg)](https://github.com/ekmett/exceptions/actions?query=workflow%3AHaskell-CI)
This package provides (optionally pure) extensible exceptions that are compatible with the monad transformer library.
Contact Information
-------------------Contributions and bug reports are welcome!
Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.
-Edward Kmett