Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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