Created
May 27, 2014 23:33
-
-
Save zakky-dev/1d42e71562ce8c29e8b6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import Control.Monad | |
nothingMaybe :: Maybe Int | |
nothingMaybe = do | |
a <- Just 4 | |
Nothing | |
return a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment