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

Add examples to every function #50

Open Chadtech opened 7 years ago

Chadtech commented 7 years ago

Some of the functions in the docs dont have code examples. Lets change that.

zwilias commented 7 years ago

Consider adopting doc-tests - basically a way to ensure your examples are executable, and verified.

Chadtech commented 5 years ago

We now use elm-verify-examples as of #115

But I havent looked into the topic of filling out our example coverage.