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

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

Simulation.Aivika.IO.Comp

Contents

Description

Tested with: GHC 8.0.1

It makes the IO monad an instance of type class MonadComp on top of which the simulation monads can be built.

Orphan instances

MonadComp IO Source #

An instantiation of the MonadComp type class.

Instance details