lean4-htt/tests/lean/run/1886.lean
Leonardo de Moura 36cc7c23b6 fix: fixes #1886
2022-11-28 06:50:44 -08:00

5 lines
105 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.

structure U (α : Type) where
a : α
theorem mk_inj (w : U.mk a = U.mk b) : a = b := by
injection w