monad-ste: ST monad with efficient explicit errors

[ bsd2, control, library ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0
Change log ChangeLog.md
Dependencies base (>=4.3 && <5), exceptions (>=0.8 && <0.11), ghc-prim, primitive (>=0.6 && <0.11) [details]
License BSD-2-Clause
Author Carter Tazio Schonwald
Maintainer carter at wellposed dot com
Revised Revision 3 made by CarterSchonwald at 2023-11-19T15:34:00Z
Category Control
Home page http://github.com/cartazio/monad-ste
Source repo head: git clone https://github.com/cartazio/monad-ste
Uploaded by CarterSchonwald at 2016-05-04T03:39:34Z
Distributions
Reverse Dependencies 4 direct, 0 indirect [details]
Downloads 1046 total (7 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-05-04 [all 1 reports]

Readme for monad-ste-0.1.0.0

[back to package description]

Build Status

STE Monad

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