Module test_generation::summaries
source · Structs
- The
Summaryof a bytecode instruction contains a list ofPreconditions and a list ofEffects.
Enums
Functions
- Return the
Summaryfor a bytecode instruction,instruction
Type Definitions
- A
Effectis a function that transforms onAbstractStateto another - A
Preconditionis a boolean predicate on anAbstractState.