language-sally-0.1.0.1: AST and pretty printer for Sally

CopyrightBenjamin Jones 2017
LicenseISC
Maintainerbjones@galois.com
Stabilityexperimental
Portabilityunknown
Safe HaskellSafe
LanguageHaskell2010

Language.Sally

Contents

Description

language-sally is a package which contains a convenient AST and pretty printer for the input language of SRI's Sally model checker https://github.com/SRI-CSL/sally.

The main types exported by the package defined in Language.Sally.Types and correspond to the main block types in Sally's input language: the state type, state formula, transition formula, and transition system definition.

Low-level expressions and literals may be contructed using the functions in Language.Sally.Expr, while the pretty printing mechanism is split between Language.Sally.SExpPP (dealing with layout of S-expressions) and Language.Sally.PPrint (dealing with the rendering of ASTs).

This module re-exports all the definitions from the submodules.

Synopsis

re-exports