6 lines
112 B
Text
6 lines
112 B
Text
example
|
||
(h: match .none (α:=α) with
|
||
| some _ => True
|
||
| _ => True):
|
||
True := by
|
||
split at h <;> trivial
|