ekmett / adjunctions

Simple adjunctions
http://hackage.haskell.org/package/adjunctions
Other
44 stars 27 forks source link

Add Representable instances for new Functors in base-4.9 #16

Closed RyanGlScott closed 8 years ago

RyanGlScott commented 8 years ago

The sequel to this pull request. The only tricky instance to define is Representable Complex. I choice type Rep Complex = Bool, but this is somewhat of an ad hoc choice, so please review to make sure it makes sense adjunctorially.