pub type PassClosure = Box<dyn Fn(&mut Context) -> CalyxResult<()>>;
Expand description

Top-level type for all passes that transform an ir::Context