Equations
- (((Lean.Expr.const `sorryAx us).app arg).app arg_1).isSorry = true
- x.isSorry = false
Instances For
Equations
- e.hasSorry = (Lean.Expr.find? (fun (x : Lean.Expr) => x.isConstOf `sorryAx) e).isSome
Instances For
Equations
- e.hasSyntheticSorry = (Lean.Expr.find? (fun (x : Lean.Expr) => x.isSyntheticSorry) e).isSome
Instances For
Equations
- e.hasNonSyntheticSorry = (Lean.Expr.find? (fun (x : Lean.Expr) => x.isNonSyntheticSorry) e).isSome