Documentation

Lean.Compiler.LCNF.AlphaEqv

Alpha equivalence for LCNF Code

Equations
Equations
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
@[inline]
def Lean.Compiler.LCNF.AlphaEqv.withFVar {α : Type} (fvarId₁ fvarId₂ : FVarId) (x : EqvM α) :
EqvM α
Equations
@[inline]
Equations
@[irreducible, specialize #[]]
def Lean.Compiler.LCNF.AlphaEqv.withParams.go (params₁ params₂ : Array Param) (x : EqvM Bool) (h : params₂.size = params₁.size) (i : Nat) :
Equations
  • One or more equations did not get rendered due to their size.
Equations
  • One or more equations did not get rendered due to their size.
partial def Lean.Compiler.LCNF.AlphaEqv.eqv (code₁ code₂ : Code) :

Return true if c₁ and c₂ are alpha equivalent.

Equations