diff options
Diffstat (limited to 'src/client/Utils')
-rw-r--r-- | src/client/Utils/List.elm | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/client/Utils/List.elm b/src/client/Utils/List.elm deleted file mode 100644 index f33e124..0000000 --- a/src/client/Utils/List.elm +++ /dev/null @@ -1,6 +0,0 @@ -module Utils.List - ( find - ) where - -find : (a -> Bool) -> List a -> Maybe a -find predicate = List.head << List.filter predicate |