Skip to content

Instantly share code, notes, and snippets.

@funrep
Created September 28, 2013 16:51
Show Gist options
  • Save funrep/6744019 to your computer and use it in GitHub Desktop.
Save funrep/6744019 to your computer and use it in GitHub Desktop.
fibs = scanl (+) 0 $ 1 : fibs
main = print $ fibs !! 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment