Skip to content

Instantly share code, notes, and snippets.

@vito
Created November 8, 2008 05:47
Show Gist options
  • Save vito/23032 to your computer and use it in GitHub Desktop.
Save vito/23032 to your computer and use it in GitHub Desktop.
f :: String -> [String]
f x = [x ++ "!"]
main = print $ return "Hi" >>= f >>= f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment