Documentation

Lake.Toml.Elab.Value

TOML Value Elaboration #

Elaborates TOML values into Lean data types.

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

Numerals #

Equations
def Lake.Toml.elabDecInt (x : Lean.TSyntax `Lake.Toml.decInt) :
Equations
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
  • One or more equations did not get rendered due to their size.
def Lake.Toml.elabFloat (x : Lean.TSyntax `Lake.Toml.float) :
Equations
def Lake.Toml.elabBinNum (x : Lean.TSyntax `Lake.Toml.binNum) :
Equations
  • One or more equations did not get rendered due to their size.
def Lake.Toml.elabOctNum (x : Lean.TSyntax `Lake.Toml.octNum) :
Equations
  • One or more equations did not get rendered due to their size.
Equations
def Lake.Toml.elabHexNum (x : Lean.TSyntax `Lake.Toml.hexNum) :
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.

Strings & Simple Keys #

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

Complex Values #

def Lake.Toml.elabArray {α : Type} (x : Lean.TSyntax `Lake.Toml.array) (elabVal : Lean.TSyntax `Lake.Toml.valLean.CoreM α) :
Equations
  • One or more equations did not get rendered due to their size.
def Lake.Toml.elabInlineTable (x : Lean.TSyntax `Lake.Toml.inlineTable) (elabVal : Lean.TSyntax `Lake.Toml.valLean.CoreM Value) :
Equations
  • One or more equations did not get rendered due to their size.
partial def Lake.Toml.elabVal (x : Lean.TSyntax `Lake.Toml.val) :