Skip to main content

simplify

Function simplify 

Source
fn simplify<'db>(
    env: &Env<'db>,
    candidates: &mut Vec<RedChain<'db>>,
) -> Errors<()>
Expand description

Remove each candidate c1 \in candidates where there exists another candidates c2 \in candidates and c1 <: c2