Skip to main content

beta_equivalent

Function beta_equivalent 

Source
pub fn beta_equivalent(e1: &Expr, e2: &Expr) -> bool
Expand description

Check if two expressions are beta-equivalent.

Two expressions are beta-equivalent if they have the same normal form.