Mark in the environment extension that the given declaration has been declared by the user as noncomputable
.
Equations
- Lean.addNoncomputable env declName = Lean.noncomputableExt.tag env declName
Instances For
@[export lean_is_noncomputable]
Returns true
when the given declaration is tagged noncomputable
.
Equations
- Lean.isNoncomputable env declName = Lean.noncomputableExt.isTagged env declName