Skip to content

Instantly share code, notes, and snippets.

@reevik
Created February 14, 2022 19:59
Show Gist options
  • Save reevik/3303d108f05be17683729f6910c6169f to your computer and use it in GitHub Desktop.
Save reevik/3303d108f05be17683729f6910c6169f to your computer and use it in GitHub Desktop.
$ scala -Xprint:parser -e "for (i <- 1 to n; if i % 2 == 0) yield i"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment