80structure MetaRRF where 81 /-- The subject (the RRF). -/ 82 subject : RRFDescription 83 /-- The description (this Lean code). -/ 84 description : LeanCode 85 /-- The description is valid. 86 Witnessed by compilation success. -/ 87 description_compiles : TypeCheckResult 88 89/-- This file is a MetaRRF. -/
used by (2)
From the project-wide theorem graph. These declarations reference this one in their body.