diff options
author | Joris | 2015-10-04 20:49:52 +0200 |
---|---|---|
committer | Joris | 2015-10-04 20:49:52 +0200 |
commit | 7d03ea5a064b616b4aa5b6cf6db24019e59131ea (patch) | |
tree | 2bdbd0fcffd6fcbe610caebf630fb421e178c71f /src/client/Utils | |
parent | 8c24464a4bd0a486cd0ddf846d3b5a323a7aaa9a (diff) |
Remove Utils/List not used
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 |