Created
October 17, 2016 19:54
-
-
Save rpapallas/84cd9ec2bb55920cda5d52169b29971a to your computer and use it in GitHub Desktop.
Factorial implementation in Haskell
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
factorial n = product [1..n] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment