mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 12:04:21 +01:00
better counterexample minimization. - it separates interaction plans from their state of execution - it removes closures from the property definitions, encoding properties as an enum variant, and deriving the closures from the variants. - it adds some naive counterexample minimization capabilities to the Limbo simulator and reduces the plan sizes considerably. - it makes small changes to various points of the simulator for better error reporting, enhancing code readability, small fixes to handle previously missed cases
7 lines
91 B
Rust
7 lines
91 B
Rust
pub mod cli;
|
|
pub mod env;
|
|
pub mod execution;
|
|
#[allow(dead_code)]
|
|
pub mod file;
|
|
pub mod io;
|