snoyberg / mono-traversable

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

Added `WrappedMono` newtype (solved #179) #180

Closed dcastro closed 4 years ago

dcastro commented 4 years ago

Ended up not being able to add an instance for Traversable/MonoTraversable because of the role limitation.

snoyberg commented 4 years ago

This PR breaks with GHC 8.0.2. I'm OK dropping support for 8.0.2, but I need to get CI in general updated to allow that to happen. No changes needed from you @dcastro, just explaining why I haven't merged yet.

dcastro commented 4 years ago

Thank you :)