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.