ekmett / profunctors

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

Use Control.Applicative.Wrapped arrow instead of rolling our own. #3

Closed Taneb closed 11 years ago

Taneb commented 11 years ago

Fixes #1

ekmett commented 11 years ago

This would orphan a ton of instances, which is why we have our own WrappedArrow.