tests
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Control.State.Transition.Examples.GlobalSum

Description

Simple example of a transition system whose states contain the sum of the integers seen in the signals, where sum is an abstract monoidal sum given in the enviroment.

Documentation

newtype Ops Source #

Constructors

Ops 

Fields

newtype GSUMEvent Source #

Constructors

ErrorEvent Void 

Instances

Instances details
Show GSUMEvent Source # 
Instance details

Defined in Test.Control.State.Transition.Examples.GlobalSum

Methods

showsPrecIntGSUMEventShowS #

showGSUMEventString #

showList ∷ [GSUMEvent] → ShowS #

Eq GSUMEvent Source # 
Instance details

Defined in Test.Control.State.Transition.Examples.GlobalSum

Methods

(==)GSUMEventGSUMEventBool #

(/=)GSUMEventGSUMEventBool #

data NoFailure Source #

Constructors

NoFailure 

Instances

Instances details
Show NoFailure Source # 
Instance details

Defined in Test.Control.State.Transition.Examples.GlobalSum

Methods

showsPrecIntNoFailureShowS #

showNoFailureString #

showList ∷ [NoFailure] → ShowS #

Eq NoFailure Source # 
Instance details

Defined in Test.Control.State.Transition.Examples.GlobalSum

Methods

(==)NoFailureNoFailureBool #

(/=)NoFailureNoFailureBool #