Skip to content

Instantly share code, notes, and snippets.

@antoniogarrote
Created March 2, 2011 12:11
Show Gist options
  • Save antoniogarrote/850840 to your computer and use it in GitHub Desktop.
Save antoniogarrote/850840 to your computer and use it in GitHub Desktop.
-- monadic evalution because reading the job offer is impure code
-- with important side effects
do
laugh_or_cry <- (discard . acept_or_reject . read ) spanish_it_offer_for_ninjas
return laugh_or_cry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment