Skip to main content

is_convertible

Function is_convertible 

Source
pub fn is_convertible(left: &Node, right: &Node, env: &mut Env) -> bool
Expand description

Decide whether two terms are definitionally equal under the current environment using beta-normalization and explicit equality assignments.