Skip to content

Instantly share code, notes, and snippets.

@hexx
Created July 21, 2012 03:02
Show Gist options
  • Save hexx/3154386 to your computer and use it in GitHub Desktop.
Save hexx/3154386 to your computer and use it in GitHub Desktop.
rpscala83-4.hs
{-# LANGUAGE RankNTypes #-}
bar :: (forall a. a -> [a]) -> b -> Int -> ([b], [Int])
bar 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