aivika-branches-0.1.1: Branching discrete event simulation library

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

Simulation.Aivika.Branch.Br

Description

Tested with: GHC 7.10.3

This module defines BrIO as an instance of the MonadDES type class.

Synopsis

Documentation

runBr :: BrIO a -> IO a Source

Run the branching computation.

branchLevel :: BrIO Int Source

Return the current branch level starting from 0.