lean4-htt/tests/lean/1856.lean.expected.out
Leonardo de Moura 97e7e668d6
chore: pp.proofs.withType is now false by default (#3379)
`pp.proofs.withType := true` often produces too much noise in the info
view.
2024-02-17 15:09:24 +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.

1856.lean:10:4-10:13: warning: declaration uses 'sorry'
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