Hacker News new | ask | show | jobs
by rdnetto 3377 days ago
I suspect the third function is the one for running the monad. It's different for each one, so it's not part of the type class, but you do need it to use a given monad. (Except IO, though even it has unsafePerformIO)
1 comments

What is the function for running Maybe, or List?