Skip to content

Commit 3729103

Browse files
Update src/Lean/Compiler/NoncomputableAttr.lean
Co-authored-by: David Thrane Christiansen <[email protected]>
1 parent 88ddb39 commit 3729103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Compiler/NoncomputableAttr.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def addNoncomputable (env : Environment) (declName : Name) : Environment :=
1515
noncomputableExt.tag env declName
1616

1717
/--
18-
Return true iff the user has declared the given declaration as `noncomputable`.
18+
Returns `true` when the given declaration is tagged `noncomputable`.
1919
-/
2020
@[export lean_is_noncomputable]
2121
def isNoncomputable (env : Environment) (declName : Name) : Bool :=

0 commit comments

Comments
 (0)