elm-community / list-extra

Convenience functions for working with List.
http://package.elm-lang.org/packages/elm-community/list-extra/latest
MIT License
135 stars 58 forks source link

fixed incorrect example of using groupWhile #113

Closed nikolakasev closed 5 years ago

nikolakasev commented 5 years ago

While refactoring an application of mine I saw that groupWhile has changed. Running the example gives a misleading result.

pzp1997 commented 5 years ago

I think we should batch this with #111 and #112.

Chadtech commented 5 years ago

Thanks @nikolakasev