Documentation

Batteries.Lean.Util.EnvSearch

def Lean.getMatchingConstants {m : TypeType} [Monad m] [MonadEnv m] (p : ConstantInfom Bool) (includeImports : Bool := true) :

Find constants in current environment that match find options and predicate.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def Lean.getMatchingConstants.check {m : TypeType} [Monad m] (p : ConstantInfom Bool) (matches_ : Array ConstantInfo) (_name : Name) (cinfo : ConstantInfo) :

    Check constant should be returned

    Equations
    Instances For