monad-state-0.1.1.2: Utility library for monads, particularly those involving state

Control.Monad.Runnable

Synopsis

Documentation

class (Monad m, RunnableContainer (RunContainer m)) => MonadRunnable m whereSource

Monads that can be run in the IO monad

Associated Types

type RunData m Source

type ConstructType m :: * -> *Source

type RunContainer m :: * -> *Source