Skip to content

Instantly share code, notes, and snippets.

@sadache
Created May 5, 2010 15:16
Show Gist options
  • Save sadache/390908 to your computer and use it in GitHub Desktop.
Save sadache/390908 to your computer and use it in GitHub Desktop.
my favourite piece of code ever
let fibs@(h:tfibs)= 1:2:zipWith (+) fibs tfibs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment