Documentation

Iris.Std.Expr

def Lean.Expr.appM? (e : Expr) (fName : Name) :

If e represents an application of a function with the name fname, return the representations of its arguments. Otherwise return none.

Equations
Instances For

    Modify the arguments of the function application represented by e. If an element in args is none, then the corresponding argument in the function application remains unchanged.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Get the mdata entry with the key "name", if available.

      Equations
      Instances For

        Set the mdata entry of e with the key "name" to name.

        Equations
        Instances For