Skip to content

Instantly share code, notes, and snippets.

@nurpax
Created February 15, 2012 11: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 nurpax/1835246 to your computer and use it in GitHub Desktop.
Save nurpax/1835246 to your computer and use it in GitHub Desktop.
Haskell dojo
{-
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