monad-ste

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


Keywords
bsd2, library, test, Control.Monad.STE, Control.Monad.STE.Internal
License
BSD-3-Clause-Attribution
Install
cabal install monad-ste-0.1.0.0

Documentation

Build Status

STE Monad

an ST monad sibling with efficient typed aborting exceptions that can only be handled at the runSTE/handleSTE toplevel runner.