Documentation

Lake.Toml.Elab.Value

TOML Value Elaboration #

Elaborates TOML values into Lean data types.

@[inline]
Equations
    Instances For
      def Lake.Toml.elabBoolean (x : Lean.TSyntax `Lake.Toml.boolean) :
      Equations
        Instances For

          Numerals #

          Equations
            Instances For
              Equations
                Instances For
                  Equations
                    Instances For
                      def Lake.Toml.elabDecInt (x : Lean.TSyntax `Lake.Toml.decInt) :
                      Equations
                        Instances For
                          Equations
                            Instances For
                              Equations
                                Instances For
                                  Equations
                                    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) :
                                          Equations
                                            Instances For
                                              def Lake.Toml.elabOctNum (x : Lean.TSyntax `Lake.Toml.octNum) :
                                              Equations
                                                Instances For
                                                  Equations
                                                    Instances For
                                                      def Lake.Toml.elabHexNum (x : Lean.TSyntax `Lake.Toml.hexNum) :
                                                      Equations
                                                        Instances For
                                                          Equations
                                                            Instances For

                                                              Strings & Simple Keys #

                                                              def Lake.Toml.elabLiteralString (x : Lean.TSyntax `Lake.Toml.literalString) :
                                                              Equations
                                                                Instances For
                                                                  Equations
                                                                    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) :
                                                                      Equations
                                                                        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
                                                                                    Instances For
                                                                                      def Lake.Toml.elabString (x : Lean.TSyntax `Lake.Toml.string) :
                                                                                      Equations
                                                                                        Instances For
                                                                                          @[inline]
                                                                                          def Lake.Toml.elabUnquotedKey (x : Lean.TSyntax `Lake.Toml.unquotedKey) :
                                                                                          Equations
                                                                                            Instances For
                                                                                              def Lake.Toml.elabSimpleKey (x : Lean.TSyntax `Lake.Toml.simpleKey) :
                                                                                              Equations
                                                                                                Instances For

                                                                                                  Complex Values #

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