Documentation

Lean.Elab.Frontend

Instances For
    @[reducible, inline]
    Equations
      Instances For
        Equations
          Instances For
            @[inline]
            Equations
              Instances For

                Variant of IO.processCommands that allows for potential incremental reuse. Pass in the result of a previous invocation done with the same state (but usually different input context) to allow for reuse.

                Equations
                  Instances For
                    Equations
                      Instances For
                        def Lean.Elab.process (input : String) (env : Environment) (opts : Options) (fileName : Option String := none) :
                        Equations
                          Instances For
                            @[export lean_run_frontend]
                            def Lean.Elab.runFrontend (input : String) (opts : Options) (fileName : String) (mainModuleName : Name) (trustLevel : UInt32 := 0) (oleanFileName? ileanFileName? : Option String := none) (jsonOutput : Bool := false) (errorOnKinds : Array Name := #[]) (plugins : Array System.FilePath := #[]) (printStats : Bool := false) (setupFileName? : Option System.FilePath := none) :
                            Equations
                              Instances For