purescript-contrib / purescript-profunctor-lenses

Pure profunctor lenses
MIT License
144 stars 51 forks source link

Implements Index for NonEmptyArray #104

Closed reactormonk closed 5 years ago

reactormonk commented 5 years ago

What does this pull request do?

Implements Index for NonEmptyArray

Where should the reviewer start?

https://github.com/purescript-contrib/purescript-profunctor-lenses/pull/104/files#diff-cf192d53c3af7699c0d259d7bf1e8ba6R71

How should this be manually tested?

It's basically copypasta of the Array implementation.

Other Notes:

No tests. Should I add some?

garyb commented 5 years ago

Thanks 👍