lean4-htt/tests/lean/run/dotNameIssue.lean
Leonardo de Moura 3e0a975e9c chore: fix test
2022-04-13 08:37:34 -07:00

7 lines
167 B
Text

example : x ≠ y → x ∉ [y] :=
fun hne hin =>
match hin with
| .head _ _ => hne rfl
example : x ≠ y → x ∉ [y] :=
fun hne (.head _ _) => hne rfl