Crate veri_ir

Source
Expand description

Verification Intermediate Representation for relevant types, eventually to be lowered to SMT. The goal is to leave some freedom to change term encodings or the specific solver backend.

Note: annotations use the higher-level IR in annotation_ir.rs.

Modules§

annotation_ir

Structs§

BoundVar
A bound variable, including the VIR type
ConcreteInput
ConcreteTest
Counterexample
To-be-flushed-out verification counterexample for failures
TermSignature
TypeContext

Enums§

BinaryOp
Expr
Expressions (combined across all types).
Terminal
Type
Verification type
UnaryOp
VerificationResult
To-be-flushed-out verification result