/purescript-errors

Handy error handling combinators for PureScript

Primary LanguagePureScriptApache License 2.0Apache-2.0

purescript-errors

Greenkeeper badge

Latest release Codeship Status for passy/purescript-errors Build Status

A partial port of Gabriel Gonzalez' errors library for Haskell.

About that "partial"

Control.Error.Safe has not been ported since purescript-lists and purescript-arrays provide safe alternatives by default. Control.Error.Script relies on platform-specific features not available in PureScript.

License

Apache-2