style changes
This commit is contained in:
parent
dd98b216e0
commit
bb7fd94dcd
1 changed files with 1 additions and 2 deletions
|
@ -27,5 +27,4 @@ fun empty lst = lst = []
|
|||
fun exists elem lst =
|
||||
lst
|
||||
|> filter (fn needle => elem = needle)
|
||||
|> empty
|
||||
|> not
|
||||
|> not o empty
|
Loading…
Reference in a new issue