This PR changes the "declaration uses 'sorry'" warning to use backticks instead of single quotes, consistent with Lean's conventions for formatting code identifiers in diagnostic messages.
3 lines
124 B
Text
3 lines
124 B
Text
1891.lean:8:2-8:10: warning: declaration uses `sorry`
|
|
FunLike.coe Bla.z ∘ id : Nat → Wrapper
|
|
f ∘ id : Nat → Wrapper
|