Talk:If-then-else
Just to remark that
liftM3 if' (return False) deleteHardDrive (return ())
executes deleteHardDrive, then decides to return the value of (return ()).
Edit this page |
View content page |
Page history |
What links here |
Related changes
Just to remark that
liftM3 if' (return False) deleteHardDrive (return ())
executes deleteHardDrive, then decides to return the value of (return ()).