Documentation
Lean
.
Util
.
Sorry
Search
Google site search
return to top
source
Imports
Lean.Declaration
Lean.Util.FindExpr
Imported by
Lean
.
Expr
.
isSorry
Lean
.
Expr
.
isSyntheticSorry
Lean
.
Expr
.
isNonSyntheticSorry
Lean
.
Expr
.
hasSorry
Lean
.
Expr
.
hasSyntheticSorry
Lean
.
Expr
.
hasNonSyntheticSorry
Lean
.
Declaration
.
hasSorry
Lean
.
Declaration
.
hasNonSyntheticSorry
source
def
Lean
.
Expr
.
isSorry
:
Lean.Expr
→
Bool
Instances For
source
def
Lean
.
Expr
.
isSyntheticSorry
:
Lean.Expr
→
Bool
Instances For
source
def
Lean
.
Expr
.
isNonSyntheticSorry
:
Lean.Expr
→
Bool
Instances For
source
def
Lean
.
Expr
.
hasSorry
(e :
Lean.Expr
)
:
Bool
Instances For
source
def
Lean
.
Expr
.
hasSyntheticSorry
(e :
Lean.Expr
)
:
Bool
Equations
e
.hasSyntheticSorry
=
(
Lean.Expr.find?
(fun (
x
:
Lean.Expr
) =>
x
.isSyntheticSorry
)
e
)
.isSome
Instances For
source
def
Lean
.
Expr
.
hasNonSyntheticSorry
(e :
Lean.Expr
)
:
Bool
Instances For
source
def
Lean
.
Declaration
.
hasSorry
(d :
Lean.Declaration
)
:
Bool
Instances For
source
def
Lean
.
Declaration
.
hasNonSyntheticSorry
(d :
Lean.Declaration
)
:
Bool
Instances For