Equations
- Lean.Compiler.LCNF.instHashableParam = { hash := fun (p : Lean.Compiler.LCNF.Param) => mixHash (hash p.fvarId) (hash p.type) }
Equations
Instances For
Equations
- Lean.Compiler.LCNF.instHashableCode = { hash := fun (c : Lean.Compiler.LCNF.Code) => Lean.Compiler.LCNF.hashCode c }