snoyberg / mono-traversable

Type classes for mapping, folding, and traversing monomorphic containers
152 stars 61 forks source link

Don't import Data.Functor.unzip #215

Closed TeofilC closed 11 months ago

TeofilC commented 11 months ago

This avoids a name clash for base-19/GHC-9.8 which introduces a new Data.Functor.unzip function.

Let me know if you'd prefer CPP over a warning for older GHCs.

snoyberg commented 11 months ago

Thanks!