lean4-htt/tests/lean/run/1016.lean

5 lines
90 B
Text

inductive t | one | two
example (h : False) : t.one = t.two := by
simp
contradiction