Lysxia / generic-data

Generic data types in Haskell, utilities for GHC.Generics
https://hackage.haskell.org/package/generic-data
MIT License
44 stars 9 forks source link

Add generic Ix #24

Closed Topsii closed 4 years ago

Topsii commented 4 years ago

I assume Ix should be added because it is in base too.

I am unsure whether it is better to avoid importing unsafeIndex from GHC.Arr.

I also fixed the mixup of expected and actual values in the unit tests.

Lysxia commented 4 years ago

Great work! Thanks!