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 insertAt for inserting a member at given index #43

Closed knuton closed 7 years ago

knuton commented 7 years ago

Adds the complement to removeAt.

knuton commented 7 years ago

Sorry, just saw the existing PR for this, #30.

Is there anything holding #30 back?

Chadtech commented 7 years ago

I am going to close this since its a duplicate of this PR