jcristovao / newtype-generics

A typeclass and set of functions for working with newtypes.
10 stars 11 forks source link

Relax types of underF and overF to allow different input & output functors #5

Closed conal closed 8 years ago

conal commented 8 years ago

The types of underF and overF unnecessarily restrict use to share a single functor, which blocked me from using them.

I also changed the base upper bound from < 4.9 to < 5 for use with GHC 8.1.20160405.

jcristovao commented 8 years ago

Sorry for the very long delay on this. Merged and released as 0.5

conal commented 8 years ago

Thanks!