Documentation

Lean.Elab.Frontend

Instances For
    @[reducible, inline]
    Instances For
      @[inline]
      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.

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