Skip to content

Instantly share code, notes, and snippets.

@macbaszii
Created August 24, 2015 09:01
Show Gist options
  • Select an option

  • Save macbaszii/ad83345e1c1964a684bc to your computer and use it in GitHub Desktop.

Select an option

Save macbaszii/ad83345e1c1964a684bc to your computer and use it in GitHub Desktop.
[ { $0 + 3 }, { $0 * 2 } ] <*> [1, 2, 3]
// => [ 4, 5, 6, 2, 4, 6 ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment