Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saschagrunert/failure
Pure and type driven error handling for Haskell
https://github.com/saschagrunert/failure
error error-handling haskell haskell-library
Last synced: about 2 months ago
JSON representation
Pure and type driven error handling for Haskell
- Host: GitHub
- URL: https://github.com/saschagrunert/failure
- Owner: saschagrunert
- License: mit
- Created: 2018-08-17T14:54:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-19T11:04:30.000Z (over 6 years ago)
- Last Synced: 2024-11-07T03:48:34.264Z (3 months ago)
- Topics: error, error-handling, haskell, haskell-library
- Language: Haskell
- Homepage:
- Size: 10.8 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# failure
[![CircleCI](https://circleci.com/gh/saschagrunert/failure.svg?style=shield)](https://circleci.com/gh/saschagrunert/failure)
[![Coverage](https://codecov.io/gh/saschagrunert/failure/branch/master/graph/badge.svg)](https://codecov.io/gh/saschagrunert/failure)
[![Doc](https://img.shields.io/badge/doc-failure-orange.svg)](https://saschagrunert.github.io/failure/doc/failure-0.1.0/index.html)
[![License MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/saschagrunert/failure/blob/master/LICENSE)## Pure and type driven error handling for Haskell