Skip to content

Instantly share code, notes, and snippets.

@the21st
Created May 11, 2016 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save the21st/ebebcb1f4609705207bdc6323ea5cfe4 to your computer and use it in GitHub Desktop.
Save the21st/ebebcb1f4609705207bdc6323ea5cfe4 to your computer and use it in GitHub Desktop.
lazy val oddNumbers: Stream[Int] = 1 #:: oddNumbers.map(_ + 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment