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

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

Simulation.Aivika.IO.DES

Contents

Description

Tested with: GHC 8.0.1

It allows making the MonadIO-based monad an instance of type class MonadDES used for Discrete Event Simulation (DES).

Orphan instances

(Monad m, MonadComp m, MonadIO m, MonadTemplate m, MonadEventQueueTemplate m) => MonadDES m Source #

A template-based instantiation of the MonadDES type class.