@hackage monadic-bang0.2.2.2

GHC plugin to desugar ! into do-notation

A plugin for GHC which takes expressions prefixed with a ! and effectively takes them out of their monadic context, by creating bind statements in the do-block surrounding the expression. Inspired by Idris's !-notation. For more information, see README.md.