Documentation

Lean.Data.Json.Basic

Instances For
    Equations
    Instances For
      Equations
      Instances For
        Equations
        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
            Instances For
              Equations
              Equations
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                Equations
                • x✝.shiftl x = match x✝, x with | { mantissa := m, exponent := e }, s => { mantissa := m * (10 ^ (s - e)), exponent := e - s }
                Instances For
                  Equations
                  • x✝.shiftr x = match x✝, x with | { mantissa := m, exponent := e }, s => { mantissa := m, exponent := e + s }
                  Instances For
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Equations
                    • One or more equations did not get rendered due to their size.
                    Equations
                    Equations
                    Instances For

                      Attempts to convert a float to a JsonNumber, if the number isn't finite returns the appropriate string from "NaN", "Infinity", "-Infinity".

                      Equations
                      • One or more equations did not get rendered due to their size.
                      Instances For
                        def Lean.strLt (a : String) (b : String) :
                        Equations
                        Instances For
                          inductive Lean.Json :
                          Instances For
                            Equations
                            • One or more equations did not get rendered due to their size.
                            Instances For
                              Equations
                              Equations
                              Instances For
                                Equations
                                Instances For
                                  Equations
                                  Instances For
                                    Equations
                                    Instances For
                                      Equations
                                      Instances For
                                        Equations
                                        • x.getInt? = match x with | Lean.Json.num { mantissa := i, exponent := 0 } => pure i | x => throw "Integer expected"
                                        Instances For
                                          Equations
                                          Instances For
                                            Equations
                                            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
                                                  Instances For
                                                    Equations
                                                    • One or more equations did not get rendered due to their size.
                                                    Instances For

                                                      Assuming both inputs o₁, o₂ are json objects, will compute {...o₁, ...o₂}. If o₁ is not a json object, o₂ will be returned.

                                                      Equations
                                                      Instances For