lean4-htt/tests/lean/run/nomatch_tac.lean
2024-02-10 04:59:06 +00:00

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