Skip to content

Instantly share code, notes, and snippets.

@haroldl
Created April 12, 2015 21:40
Show Gist options
  • Save haroldl/eb72e9d0b51d19dc9bdb to your computer and use it in GitHub Desktop.
Save haroldl/eb72e9d0b51d19dc9bdb to your computer and use it in GitHub Desktop.
def f4(implicit v: T) = ...
def f5(implicit v: T) = ...
for {
v1 <- f1
v2 <- f2
implicit v3 <- f3
v4 <- f4
v5 <- f5
} yield { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment