lean4-htt/tests/lean/1856.lean.expected.out
Leonardo de Moura 556b6706ee fix: fixes #1856
2022-11-18 19:34:32 -08:00

9 lines
216 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 (_ : i = x) ▸ f i else f x) = f x