Created
February 15, 2012 11:47
-
-
Save nurpax/1835246 to your computer and use it in GitHub Desktop.
Haskell dojo
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
{- | |
Haskell exercises #1 | |
- Factorial (duh!) | |
- Fibonacci | |
- Ackermann function | |
(Look any of these up from Wikipedia if you don't know them. That defines the spec. ) | |
-} | |
{- | |
Haskell exercises #2 | |
- Data type exercises -- jotain? | |
- List practice | |
* map, filter, foldr/foldl | |
-} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment