Documentation

Auto.EvaluateAuto.EnvAnalysis

Suppose env₂ is the environment after running several non-import commands starting from env₁, then Environment.newLocalConstants env₁ env₂ returns the new ConstantInfos added by these commands

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
      def EvalAuto.Array.randPick {α : Type} (xs : Array α) (n : Nat) :
      IO (Array α)

      Pick n elements from array xs. Elements may duplicate

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        def EvalAuto.Array.randPickNodup {α : Type} (xs : Array α) (n : Nat) :
        IO (Array α)
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          def EvalAuto.Array.pseudoRandPickNodup {α : Type} (xs : Array α) (n : Nat) (gen : StdGen) :
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For