aivika-transformers-4.3.2: Transformers for the Aivika simulation library

CopyrightCopyright (c) 2009-2015, David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellSafe
LanguageHaskell2010

Simulation.Aivika.Trans.Template

Description

Tested with: GHC 7.10.1

It defines an explicit type sub-class of IO-based monads on top of which the simulation monads can be automatically generated.

Synopsis

Documentation

class Monad m => MonadTemplate m Source

It defines a type class based on which the simulation computations can be automatically generated.

Instances

MonadTemplate IO Source

An instance of the type class.