Skip to content

Instantly share code, notes, and snippets.

@hexx
Created July 21, 2012 03:00
Show Gist options
  • Save hexx/3154380 to your computer and use it in GitHub Desktop.
Save hexx/3154380 to your computer and use it in GitHub Desktop.
rpscala83-3.hs
foo :: (a -> [a]) -> b -> Int -> ([b], [Int])
foo f b c = ((f b), (f c))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment