Documentation

Conform.Wheels

def Lean.Json.getObjValAs! (self : Json) (α : Type) (key : String) [Inhabited α] [FromJson α] :
α
Equations
  • One or more equations did not get rendered due to their size.
Instances For
    def Lean.Json.getObjValAsD (j : Json) (α : Type) [FromJson α] (k : String) (D : α) :

    Turn non-existance of the key into default initialisation.

    This silences ONLY the property not found: error. If the parsing of an existing value fails, we propagate the error.

    Equations
    Instances For
      def Lean.Json.getObjValAsD! (j : Json) (α : Type) [FromJson α] [Inhabited α] (k : String) :

      getObjValAsD! = getObjValAsD default for inhabited types.

      Equations
      Instances For
        def Lean.Json.getObjVals? (self : Json) (α β : Type) [Ord α] [FromJson α] [FromJson β] :
        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
                unsafe def EvmYul.DebuggingAndProfiling.report {β : Type} {α : Sort u_1} [Inhabited β] (s : String) (f : αβ) (a : α) :
                β
                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 computeToList! {α : Type u_1} [LE α] [IsTrans α fun (x1 x2 : α) => x1 x2] [IsAntisymm α fun (x1 x2 : α) => x1 x2] [IsTotal α fun (x1 x2 : α) => x1 x2] [DecidableRel fun (x1 x2 : α) => x1 x2] (m : Multiset α) :
                    List α
                    Equations
                    Instances For
                      def Batteries.RBMap.partition {α β : Type} {cmp : ααOrdering} (t : RBMap α β cmp) (p : αβBool) :
                      RBMap α β cmp × RBMap α β cmp
                      Equations
                      Instances For
                        def Std.HashSet.diff {α : Type} [DecidableEq α] [Hashable α] (a b : HashSet α) :
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For