Skip to content

Instantly share code, notes, and snippets.

@yakkomajuri
Created July 24, 2020 20:11
Show Gist options
  • Save yakkomajuri/a5ba5aa23b655ff92d77613ac416ffa5 to your computer and use it in GitHub Desktop.
Save yakkomajuri/a5ba5aa23b655ff92d77613ac416ffa5 to your computer and use it in GitHub Desktop.
nats = [1..]
evens = [i | i <- nats, even i]
squares = [i^2 | i <- evens]
pairs = [(x,y) | x <- [0..99], y <- [0..99]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment