chore: fix test
This commit is contained in:
parent
1f4039a25d
commit
3e0a975e9c
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
example : x ≠ y → x ∉ [y] :=
|
||||
fun hne hin =>
|
||||
match hin with
|
||||
| .head _ => hne rfl
|
||||
| .head _ _ => hne rfl
|
||||
|
||||
example : x ≠ y → x ∉ [y] :=
|
||||
fun hne (.head _) => hne rfl
|
||||
fun hne (.head _ _) => hne rfl
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue