Skip to content

Instantly share code, notes, and snippets.

@imeredith
Created September 20, 2012 23:31
Show Gist options
  • Save imeredith/3758961 to your computer and use it in GitHub Desktop.
Save imeredith/3758961 to your computer and use it in GitHub Desktop.
for {
a <- list.headOption
b <- doSomething(a)
c <- doSomethingElse(b)
} yield c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment