Documentation
Lean
.
Util
.
Sorry
Search
Google site search
Lean
.
Util
.
Sorry
source
Imports
Init
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
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