5 lines
90 B
Text
5 lines
90 B
Text
inductive t | one | two
|
|
|
|
example (h : False) : t.one = t.two := by
|
|
simp
|
|
contradiction
|