Skip to content

Instantly share code, notes, and snippets.

@tmyymmt
Created September 16, 2012 16:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmyymmt/3733166 to your computer and use it in GitHub Desktop.
Save tmyymmt/3733166 to your computer and use it in GitHub Desktop.
for {
foo <- maybeFoo
bar <- foo.bar
baz <- bar.baz
} yield baz.compute
@tmyymmt
Copy link
Author

tmyymmt commented Sep 16, 2012

Scala Monads: Declutter Your Code With Monadic Design - Marakana
http://marakana.com/s/scala_monads_declutter_your_code_with_monadic_design,1034/index.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment