Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- One or more equations did not get rendered due to their size.
Equations
- Lean.Exception.hasSyntheticSorry _fun_discr = match _fun_discr with | Lean.Exception.error ref msg => Lean.MessageData.hasSyntheticSorry msg | x => false
Equations
- Lean.Declaration.hasSorry d = Id.run (Lean.Declaration.foldExprM d (fun r e => r || Lean.Expr.hasSorry e) false)
Equations
- Lean.Declaration.hasNonSyntheticSorry d = Id.run (Lean.Declaration.foldExprM d (fun r e => r || Lean.Expr.hasNonSyntheticSorry e) false)