lean4-htt/tests/lean/1856.lean.expected.out
Alok Singh 949cf69246
chore: use backticks for sorry in diagnostic messages (#11608)
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.
2025-12-15 14:30:21 +00:00

9 lines
208 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

case h
α : Type ?u
inst✝ : DecidableEq α
i : α
β : α → Type ?u
f : (j : α) → β j
x : α
⊢ (if h : x = i then ⋯ ▸ f i else f x) = f x
1856.lean:10:4-10:13: warning: declaration uses `sorry`