Skip to content

Instantly share code, notes, and snippets.

@zakky-dev
Created May 27, 2014 23:33
Show Gist options
  • Save zakky-dev/1d42e71562ce8c29e8b6 to your computer and use it in GitHub Desktop.
Save zakky-dev/1d42e71562ce8c29e8b6 to your computer and use it in GitHub Desktop.
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