Type Definition veriwasm::ir::types::IRBlock[][src]

pub type IRBlock = Vec<(u64, Vec<Stmt>)>;