ekmett / adjunctions

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

Export user-specified monoid comonad defaults #6

Closed prophile closed 10 years ago

prophile commented 10 years ago

These functions make it possible to, for instance, represent infinite streams by Integer without having to implement either Semigroup or Monoid instances for Integer.

prophile commented 10 years ago

That being said, I'm not sure about the actual names; thoughts?

ekmett commented 10 years ago

With the updated names I like them.