3 lines
85 B
Text
3 lines
85 B
Text
example (n? : Option Nat) : False := by
|
|
match h:n?, h':n? with
|
|
| some 0, _ => {}
|