purescript-contrib / purescript-profunctor-lenses

Pure profunctor lenses
MIT License
144 stars 52 forks source link

Add Index instance for List #106

Closed cscalfani closed 5 years ago

cscalfani commented 5 years ago

68 What does this pull request do?

Allow index lens on Lists the same way as Arrays.

Where should the reviewer start?

Pretty minor change

How should this be manually tested?

This can be tested exactly as Arrays are.

Other Notes:

N/A

thomashoneyman commented 5 years ago

Thanks!