| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hermod.ReCon.Integer.Polynomial.Term
Documentation
type VariableIdentifier = Text Source #
The type of variable identifiers used throughout the framework (LTL property variables and polynomial integer variables).
type IntValue = Int64 Source #
The numeric type used for integer event property values and polynomial arithmetic throughout the framework.
Instances
| Show IntTerm Source # | |
| Eq IntTerm Source # | |
| Ord IntTerm Source # | |
Defined in Hermod.ReCon.Integer.Polynomial.Term | |