hermod-recon-framework
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hermod.ReCon.Integer.Polynomial.Term

Synopsis

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.