| Copyright | Copyright (c) 2009-2015, David Sorokin <david.sorokin@gmail.com> |
|---|---|
| License | BSD3 |
| Maintainer | David Sorokin <david.sorokin@gmail.com> |
| Stability | experimental |
| Safe Haskell | Safe |
| Language | Haskell2010 |
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.
- class Monad m => MonadTemplate m
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. |