dove-0.0.0: The Dove verification language.

Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.Dove.Syntax

Documentation

data UniOp Source

Constructors

Not 
Length 
Negate 
Abs 
Signum 
IsArray 
IsInt 

Instances

data BinOp Source

Constructors

And 
Or 
Implies 
Eq 
Lt 
Le 
Gt 
Ge 
Add 
Sub 
Mul 
Mod 

Instances

if' :: Expr -> Expr -> Expr -> Expr Source