lean4-htt/tests/lean/run/dotNameIssue.lean
2022-10-09 05:46:52 -07:00

7 lines
163 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