def
Lean.Compiler.LCNF.anyFVarM
{m : Type → Type}
{α : Type}
[Monad m]
[TraverseFVar α]
(f : FVarId → m Bool)
(x : α)
:
m Bool
Equations
Instances For
def
Lean.Compiler.LCNF.allFVarM
{m : Type → Type}
{α : Type}
[Monad m]
[TraverseFVar α]
(f : FVarId → m Bool)
(x : α)
:
m Bool