Copyright | Copyright (c) 2017 David Sorokin <david.sorokin@gmail.com> |
---|---|
License | BSD3 |
Maintainer | David Sorokin <david.sorokin@gmail.com> |
Stability | experimental |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Tested with: GHC 8.0.2
This module defines the GPSS block TEST.
Synopsis
- awaitingTestBlock :: (a -> Signalable Bool) -> Block a a
- awaitingTestBlockM :: (a -> Process (Signalable Bool)) -> Block a a
- transferringTestBlock :: (a -> Bool) -> Block a () -> Block a a
- transferringTestBlockM :: (a -> Process Bool) -> Block a () -> Block a a
Documentation
:: (a -> Signalable Bool) | by the specified transact return a test condition and signal that notifies about changing the condition |
-> Block a a |
This is the GPSS construct
TEST O A,B
:: (a -> Process (Signalable Bool)) | by the specified transact return a test condition and signal that notifies about changing the condition |
-> Block a a |
This is the GPSS construct
TEST O A,B