final

Version 0.1 revision 0 uploaded by GergelyRisko.

Package meta

Synopsis
utility to add extra safety to monadic returns
Description

The Final library makes it possible to point out return values in (monadic) functions. This adds extra compile-time safety to your code, because the compiler will warn you if marked return values accidentally became middle parts of a big function written with do notation.

Documentation and examples provided in the Control.Final module's own documentation.

Author
Gergely Risko <gergely@risko.hu>, Mihaly Barasz <klao@google.com>
Bug reports
http://github.com/errge/final/issues
Category
n/a
Copyright
n/a
Homepage
http://github.com/errge/final
Maintainer
Gergely Risko <gergely@risko.hu>
Package URL
n/a
Stability
n/a

Components