| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hermod.ReCon.Common.Types
Documentation
type IntValue = Int64 Source #
The numeric type used for integer event property values and polynomial arithmetic throughout the framework.
type VariableIdentifier = Text Source #
The type of variable identifiers used throughout the framework (LTL property variables and polynomial integer variables).
Binary comparison relation on an ordered type.
Instances
| Show BinRel Source # | |
| Eq BinRel Source # | |
| Ord BinRel Source # | |