This PR updates various error messages produced by or associated with built-in tactics and adapts their formatting to current conventions.
7 lines
241 B
Text
7 lines
241 B
Text
@[simp]
|
||
theorem foo (i : Nonempty α) : Nonempty.intro (Classical.choice i) = i := rfl
|
||
|
||
/-- error: `dsimp` made no progress -/
|
||
#guard_msgs in
|
||
example : Classical.choice (Nonempty.intro (Classical.choice instNonemptyFloat)) = 0 := by
|
||
dsimp
|