Skip to content

Instantly share code, notes, and snippets.

@hanshoglund
Created July 17, 2019 15:11
Show Gist options
  • Save hanshoglund/45c25d65047968ed8254ecc4e3a051e0 to your computer and use it in GitHub Desktop.
Save hanshoglund/45c25d65047968ed8254ecc4e3a051e0 to your computer and use it in GitHub Desktop.
data Bar (xs :: [k]) where
N :: Bar '[]
C :: Bar (x : xs)
class Foo xs where
foo :: Bar xs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment