hermod-recon-framework
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hermod.ReCon.LTL.Formula.Parser

Synopsis

Documentation

type Parser = Parsec Void Text Source #

data Context Source #

Constructors

Context 

Fields

data Domain Source #

A typed domain for a property variable.

data PropKind Source #

The kind of a property variable: integer or text.

Constructors

IntKind 
TextKind 

name :: Parser Text Source #

A name is either an unquoted identifier or a quoted string.

formula :: Context -> Parser ty -> Parser (Formula event ty) Source #