Skip to content

Instantly share code, notes, and snippets.

@nkaretnikov
Last active August 29, 2015 14:25
Show Gist options
  • Save nkaretnikov/7ab0a48c9dc8eeecd4c1 to your computer and use it in GitHub Desktop.
Save nkaretnikov/7ab0a48c9dc8eeecd4c1 to your computer and use it in GitHub Desktop.
Finally
-- f is a loop
main = do
f foo
bar
--
baz = do
foo -- called every time
g bar -- called only once, when f returns
main =
f baz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment