Skip to content

Instantly share code, notes, and snippets.

@fumieval
Created November 20, 2014 12:11
Show Gist options
  • Save fumieval/b53c1089cf3c36aeac94 to your computer and use it in GitHub Desktop.
Save fumieval/b53c1089cf3c36aeac94 to your computer and use it in GitHub Desktop.
[ x + y
| x <- [1..10]
, y <- [1..3]]
do
x <- [1..10]
y <- [1..3]
return (x + y)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment