Skip to main content

simplify_with_options

Function simplify_with_options 

Source
pub fn simplify_with_options(
    goal: &Node,
    rules: &[Node],
    options: SimplifyOptions,
) -> Result<SimplifyResult, Diagnostic>
Expand description

Repeatedly apply rules until no rule changes the term or the guard fires.