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

CompilationAsRecognition

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)

 172structure CompilationAsRecognition where
 173  /-- The code being compiled. -/
 174  code : LeanCode
 175  /-- Compilation succeeds. -/
 176  compiles : TypeCheckResult
 177  /-- Success means the propositions are recognized as valid. -/
 178  recognized : Bool
 179
 180/-- This compilation is a recognition event. -/

used by (3)

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

depends on (7)

Lean names referenced from this declaration's body.