2 lines
60 B
Text
2 lines
60 B
Text
example (h : true ∨ true) : true :=
|
||
by exact (h).elim _ _
|
example (h : true ∨ true) : true :=
|
||
by exact (h).elim _ _
|