aivika-realtime-0.4: Soft real-time simulation module for the Aivika library
CopyrightCopyright (c) 2016-2017 David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellSafe-Inferred
LanguageHaskell2010

Simulation.Aivika.RealTime.Comp

Description

Tested with: GHC 8.0.1

It allows making the RT monad an instance of type class MonadComp on top of which the simulation monads can be built.

Orphan instances

(Functor m, Monad m, MonadIO m, MonadException m) => MonadComp (RT m) Source #

An instantiation of the MonadComp type class.

Instance details