supervisor

Version 0.1.1.0 revision 0 uploaded by AlbertoCorona.

Package meta

Synopsis
Control an internal monad execution for trace generation, backtrakcking, testing and other purposes
Description

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

Author
Alberto G. Corona
Bug reports
n/a
Category
Control
Copyright
n/a
Homepage
http://github.com/agocorona/supervisor
Maintainer
agocorona@gmail.com
Package URL
n/a
Stability
n/a

Components