Skip to main content

whnf_with_options

Function whnf_with_options 

Source
pub fn whnf_with_options(
    term: &Node,
    env: &mut Env,
    options: ConvertOptions,
) -> Node
Expand description

Variant of whnf that takes an explicit ConvertOptions.