Skip to content

Instantly share code, notes, and snippets.

@MarcelineVQ
Created October 23, 2019 22:42
Show Gist options
  • Select an option

  • Save MarcelineVQ/24224f3d1d3c01a39bb9179ca3c45d06 to your computer and use it in GitHub Desktop.

Select an option

Save MarcelineVQ/24224f3d1d3c01a39bb9179ca3c45d06 to your computer and use it in GitHub Desktop.
interface Foo a where
Gob : Type
plu : a -> Gob -> Gob
implementation
Foo Char where
Gob = List Char
plu = (::)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment