hermod-recon-framework
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hermod.ReCon.Common.Types

Synopsis

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).

type Parser = Parsec Void Text Source #

data BinRel Source #

Binary comparison relation on an ordered type.

Constructors

Eq 
Lt 
Lte 
Gt 
Gte 

Instances

Instances details
Show BinRel Source # 
Instance details

Defined in Hermod.ReCon.Common.Types

Eq BinRel Source # 
Instance details

Defined in Hermod.ReCon.Common.Types

Ord BinRel Source # 
Instance details

Defined in Hermod.ReCon.Common.Types