Documentation

Lean.Elab.DefView

Equations
Instances For

    Header elaboration data of a DefView.

    • shortDeclName : Lake.Name

      Short name. Recall that all declarations in Lean 4 are potentially recursive. We use shortDeclName to refer to them at valueStx, and other declarations in the same mutual block.

    • declName : Lake.Name

      Full name for this declaration. This is the name that will be added to the Environment.

    • levelNames : List Lake.Name

      Universe level parameter names explicitly provided by the user.

    • binderIds : Array Lean.Syntax

      Syntax objects for the binders occurring before :, we use them to populate the InfoTree when elaborating valueStx.

    • numParams : Nat

      Number of parameters before :, it also includes auto-implicit parameters automatically added by Lean.

    • type : Lean.Expr

      Type including parameters.

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

      Snapshot after processing of a definition body.

      Instances For

        Snapshot after elaboration of a definition header.

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

          State before elaboration of a mutual definition.

          Instances For

            Snapshot after syntax tree has been split into separate mutual def headers.

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