Difference between revisions of "Talk:If-then-else"

From HaskellWiki
Jump to navigation Jump to search
(liftM3 if' considered harmful)
(No difference)

Revision as of 14:41, 4 March 2008

Just to remark that

 liftM3 if' (return False) deleteHardDrive (return ())

executes deleteHardDrive, then decides to return the value of (return ()).