1
2
3
4
5
6
use crate::monomorphize::priv_prelude::*;

pub(crate) struct IterationReport<'a> {
    pub(super) new_constraints: ConstraintPQ<'a>,
    pub(super) instructions: Vec<Instruction>,
}