pith. machine review for the scientific record. sign in
structure definition def or abbrev

LeanCode

show as:
view Lean formalization →

No prose has been written for this declaration yet. The Lean source and graph data below render without it.

generate prose now

formal statement (Lean)

  30structure LeanCode where
  31  /-- The source code (as a string). -/
  32  source : String
  33  /-- The module name. -/
  34  module : String
  35
  36/-- The result of type-checking code. -/

used by (4)

From the project-wide theorem graph. These declarations reference this one in their body.

depends on (6)

Lean names referenced from this declaration's body.