monad-ste

ST monad with efficient explicit errors

http://github.com/cartazio/monad-ste

Latest on Hackage:0.1.0.0@rev:3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-2-Clause licensed by Carter Tazio Schonwald
Maintained by carter at wellposed dot com

STE is a sibling to the ST monad that provides more efficient abortive errors than a standard EitherT or ExceptT monad stack.