Documentation

Auto.EvaluateAuto.OS

@[reducible, inline]
Equations
Instances For
    Equations
    Instances For
      Equations
      Instances For
        def EvalAuto.runLeanFileUsingNewLeanProcess (leanFile : String) (memoryLimitKb timeLimitS : Nat) :
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          def EvalAuto.runFunctionOnConstsUsingNewLeanProcess (names : Array Lean.Name) (funName : Lean.Name) (funArgs : Array String) (memoryLimitKb timeLimitS : Nat) :

          This function runs funName funArgs on all constants in names, using a new Lean process

          This should be run importing all the modules associated with constants in names ++ #[funName], and should be run with a cwd where lake env creates an environment in which funName and all the constants in names are available

          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