lean4-htt/tests/lean/matchUnknownFVarBug.lean
2021-03-26 16:28:21 -07:00

3 lines
85 B
Text

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