5 lines
139 B
Text
5 lines
139 B
Text
example (h : Empty) : False := by
|
|
nomatch h
|
|
|
|
example (x : Nat) (f : Nat → Fin n) (h : n = 0 ∧ True) : False := by
|
|
nomatch f x, h.1
|