elmcraft / core-extra

Utility functions for an improved experience with elm/core
https://package.elm-lang.org/packages/elmcraft/core-extra/latest/
Other
22 stars 10 forks source link

Causes elm-review to pass #14

Closed gampleman closed 10 months ago

gampleman commented 10 months ago

This does use suppress for non tail called based recursion, however given that tail calls may well decrease performance for some loads and blowing the stack may be fairly unlikely, it's not necessarily something I want to fix totally casually.

Otherwise, most of the fixes were me pressing copy paste very rapidly... :(