We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53caaa1 commit 8b39e0dCopy full SHA for 8b39e0d
src/Lean/Elab/Tactic/ElabTerm.lean
@@ -551,11 +551,11 @@ where
551
return (reason, unfoldedInsts)
552
let stuckMsg :=
553
if unfoldedInsts.isEmpty then
554
- m!"Reduction got stuck at the `{.ofConstName ``Decidable}` instance{indentExpr reason}"
+ m!"Reduction got stuck{indentExpr reason}"
555
else
556
let instances := if unfoldedInsts.size == 1 then "instance" else "instances"
557
m!"After unfolding the {instances} {.andList unfoldedInsts.toList}, \
558
- reduction got stuck at the `{.ofConstName ``Decidable}` instance{indentExpr reason}"
+ reduction got stuck at{indentExpr reason}"
559
let hint :=
560
if reason.isAppOf ``Eq.rec then
561
.hint' m!"Reduction got stuck on `▸` ({.ofConstName ``Eq.rec}), \
0 commit comments