diff --git a/src/List.elm b/src/List.elm index 83f411c0..dbbac5b8 100644 --- a/src/List.elm +++ b/src/List.elm @@ -1,5 +1,5 @@ module List exposing - ( singleton, repeat, range, (::) + ( singleton, repeat, range, (::), cons , map, indexedMap, foldl, foldr, filter, filterMap , length, reverse, member, all, any, maximum, minimum, sum, product , append, concat, concatMap, intersperse, map2, map3, map4, map5