3 lines
104 B
Text
3 lines
104 B
Text
theorem ex : True ∧ (match True with | _ => True) := by
|
|
constructor; exact trivial
|
|
split; trivial
|