aivika-transformers-5.3: 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.Var

Contents

Description

Tested with: GHC 8.0.1

The IO monad is an instance of MonadVar.

Orphan instances

MonadVar IO Source #

The IO monad is an instance of MonadVar.

Associated Types

data Var (IO :: * -> *) a :: * Source #