j
k
j a
j l
On Sat, Nov 12, 2011 at 21:29, Edward Kmett wrote:
instance Monoid e => Monad ((,) e) where return a = (a, mempty)
This should probably be: return a = (mempty, a) Erik
Back to the thread
Back to the list