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 59 forks source link

Example for allDifferent is wrong #23

Closed sdt closed 7 years ago

sdt commented 7 years ago

The example for allDifferent has allDifferent [0,1,1,0,1] == True.

knuton commented 7 years ago

Fixed in #25.

mgold commented 7 years ago

Which has been merged!