@[inline, reducible]
abbrev
Lean.Compiler.LCNF.LetDecl.dependsOn
(decl : Lean.Compiler.LCNF.LetDecl)
(s : Lean.FVarIdSet)
:
Equations
Instances For
@[inline, reducible]
abbrev
Lean.Compiler.LCNF.FunDecl.dependsOn
(decl : Lean.Compiler.LCNF.FunDecl)
(s : Lean.FVarIdSet)
:
Equations
- Lean.Compiler.LCNF.FunDecl.dependsOn decl s = (Lean.Compiler.LCNF.typeDepOn decl.type s || Lean.Compiler.LCNF.depOn decl.value s)
Instances For
def
Lean.Compiler.LCNF.CodeDecl.dependsOn
(decl : Lean.Compiler.LCNF.CodeDecl)
(s : Lean.FVarIdSet)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
Return true
is c
depends on a free variable in s
.