Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created February 24, 2016 11:56
Show Gist options
  • Save igaiga/c7d285eb3daef6b92ef2 to your computer and use it in GitHub Desktop.
Save igaiga/c7d285eb3daef6b92ef2 to your computer and use it in GitHub Desktop.
factorial :: Integer -> Integer
factorial n = product [1..n]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment