ekmett / profunctors

Haskell 98 Profunctors
http://hackage.haskell.org/package/profunctors
Other
70 stars 43 forks source link

Use Control.Applicative.WrappedArrow #1

Closed ehird closed 11 years ago

ehird commented 11 years ago

WrappedArrow is already defined in Control.Applicative, but profunctors defines its own. The arrow instances for the type would have to be dropped or orphaned to use the Control.Applicative version.

ekmett commented 11 years ago

I've decided not to do this due to the orphan instance problem.