Improve non iterable scalar scoping (#243)

This commit is contained in:
Mike Voronov
2022-04-15 22:25:03 +03:00
committed by GitHub
parent f1600075d8
commit 06d275ea16
25 changed files with 1008 additions and 258 deletions

View File

@ -30,7 +30,7 @@ pub type ExecutionTrace = Vec<ExecutedState>;
/// have the following format.
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct InterpreterData {
/// Trace of AIR execution, which contains executed call, par and fold states.
/// Trace of AIR execution, which contains executed call, par, fold, and ap states.
pub trace: ExecutionTrace,
/// Contains maximum generation for each global stream. This info will be used while merging