Documentation

Lake.Toml.Elab.Value

TOML Value Elaboration #

Elaborates TOML values into Lean data types.

@[inline]
Instances For
    def Lake.Toml.elabBoolean (x : Lean.TSyntax `Lake.Toml.boolean) :
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Numerals #

      Equations
      Instances For
        def Lake.Toml.elabDecInt (x : Lean.TSyntax `Lake.Toml.decInt) :
        Equations
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Instances For
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                def Lake.Toml.elabFloat (x : Lean.TSyntax `Lake.Toml.float) :
                Equations
                Instances For
                  def Lake.Toml.elabBinNum (x : Lean.TSyntax `Lake.Toml.binNum) :
                  Instances For
                    def Lake.Toml.elabOctNum (x : Lean.TSyntax `Lake.Toml.octNum) :
                    Instances For
                      Equations
                      Instances For
                        def Lake.Toml.elabHexNum (x : Lean.TSyntax `Lake.Toml.hexNum) :
                        Instances For
                          Instances For

                            Strings & Simple Keys #

                            def Lake.Toml.elabLiteralString (x : Lean.TSyntax `Lake.Toml.literalString) :
                            Instances For
                              partial def Lake.Toml.elabBasicStringCore (lit : String) (i : String.Pos := 0) (out : String := "") :
                              def Lake.Toml.elabBasicString (x : Lean.TSyntax `Lake.Toml.basicString) :
                              Instances For
                                Equations
                                Instances For
                                  def Lake.Toml.elabMlLiteralString (x : Lean.TSyntax `Lake.Toml.mlLiteralString) :
                                  Equations
                                  Instances For
                                    def Lake.Toml.elabMlBasicString (x : Lean.TSyntax `Lake.Toml.mlBasicString) :
                                    Equations
                                    • One or more equations did not get rendered due to their size.
                                    Instances For
                                      def Lake.Toml.elabString (x : Lean.TSyntax `Lake.Toml.string) :
                                      Instances For
                                        @[inline]
                                        def Lake.Toml.elabUnquotedKey (x : Lean.TSyntax `Lake.Toml.unquotedKey) :
                                        Instances For
                                          def Lake.Toml.elabSimpleKey (x : Lean.TSyntax `Lake.Toml.simpleKey) :
                                          Equations
                                          • One or more equations did not get rendered due to their size.
                                          Instances For

                                            Complex Values #

                                            def Lake.Toml.elabArray {α : Type} (x : Lean.TSyntax `Lake.Toml.array) (elabVal : Lean.TSyntax `Lake.Toml.valLean.CoreM α) :
                                            Instances For
                                              def Lake.Toml.elabInlineTable (x : Lean.TSyntax `Lake.Toml.inlineTable) (elabVal : Lean.TSyntax `Lake.Toml.valLean.CoreM Lake.Toml.Value) :
                                              Instances For