supervisor: Control an internal monad execution for trace generation, backtrakcking, testing and other purposes

[ bsd3, control, library ] [ Propose Tags ]

A supervisor monad that explore the execution tree of an internal monad and define extra behaviours thanks to flexible instance definitions for each particular purpose. It can inject new behaviours for backtracking, trace generation, testing, transaction rollbacks etc

The supervisor monad is used in the package MFlow to control the routing, state management, back button management and navigation in general.

Currently only the generation of an execution trace on case of error is developped. See Control.Monad.Supervisor.Trace and the example at Demos/TraceExample.hs

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.1.0
Dependencies base (>=4 && <5), containers, exceptions, monadloc, mtl [details]
License BSD-3-Clause
Author Alberto G. Corona
Maintainer agocorona@gmail.com
Category Control
Home page http://github.com/agocorona/supervisor
Uploaded by AlbertoCorona at 2013-12-31T11:34:18Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1834 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]