Skip to content

Instantly share code, notes, and snippets.

@imeredith
Created September 23, 2012 12:04
Show Gist options
  • Save imeredith/3770127 to your computer and use it in GitHub Desktop.
Save imeredith/3770127 to your computer and use it in GitHub Desktop.
for {
a <- Option("stuff")
b <- doStuff(a)
c <- doMoreStuff(b)
} yield c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment