ekmett / adjunctions

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

Add imapRep #32

Closed treeowl closed 7 years ago

treeowl commented 7 years ago

We morally have

Representable f :- FunctorWithIndex (Rep f) f

imapRep provides a default definition of imap for Representable functors.

RyanGlScott commented 7 years ago

:+1: