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.