Skip to content

Instantly share code, notes, and snippets.

@avaitla
Created December 21, 2011 19:12
Show Gist options
  • Save avaitla/1507263 to your computer and use it in GitHub Desktop.
Save avaitla/1507263 to your computer and use it in GitHub Desktop.
class Feedable a b c | b -> a, b -> c where
feed :: [a] -> b -> (b, c)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment