Skip to content

Instantly share code, notes, and snippets.

@arialdomartini
Created February 3, 2024 14:47
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 arialdomartini/008acc52df7f72dea2a3e2eb28d403a4 to your computer and use it in GitHub Desktop.
Save arialdomartini/008acc52df7f72dea2a3e2eb28d403a4 to your computer and use it in GitHub Desktop.
f.hs
f = 1: 1: zipWith (+) f (tail f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment