Module test_generation::summaries
source · Structs
- The
Summary
of a bytecode instruction contains a list ofPrecondition
s and a list ofEffect
s.
Enums
Functions
- Return the
Summary
for a bytecode instruction,instruction
Type Definitions
- A
Effect
is a function that transforms onAbstractState
to another - A
Precondition
is a boolean predicate on anAbstractState
.