Skip to content

Instantly share code, notes, and snippets.

@oskimura
Created October 1, 2010 04:36
Show Gist options
  • Save oskimura/605744 to your computer and use it in GitHub Desktop.
Save oskimura/605744 to your computer and use it in GitHub Desktop.
pascal = [1]:[zipWith (+) (0:xs) (xs++[0])| xs <- pascal]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment