elm-explorations / test

Write unit and fuzz tests for Elm code.
https://package.elm-lang.org/packages/elm-explorations/test/latest
BSD 3-Clause "New" or "Revised" License
237 stars 39 forks source link

Delete unused functions in internal libraries #77

Closed mgold closed 5 years ago

mgold commented 5 years ago

500 net deletions!

harrysarson commented 5 years ago

Does this change the list of functions exposed to the user?

mgold commented 5 years ago

No:

$ git checkout master
$ elm diff > master.txt
$ git checkout pare-down-libs
$ elm diff > pr.txt
$ diff master.txt pr.txt 
$
rtfeldman commented 5 years ago

Love it! 😻

Thank you @mgold!