Monads/Writer monad: Difference between revisions

Content added Content deleted
Line 76: Line 76:




-- Mondaic UNIT/RETURN and BIND functions for the writer monad
-- Monadic UNIT/RETURN and BIND functions for the writer monad
on writerUnit(a)
on writerUnit(a)
try
try