Skip to content

Instantly share code, notes, and snippets.

@joneshf
Created September 4, 2017 12:39
Show Gist options
  • Select an option

  • Save joneshf/79d4237cba20e42ac609337e1d41fa8b to your computer and use it in GitHub Desktop.

Select an option

Save joneshf/79d4237cba20e42ac609337e1d41fa8b to your computer and use it in GitHub Desktop.
module Main where
class Foo f where
bar :: f ()
instance fooBaz :: Foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment