Skip to content

Instantly share code, notes, and snippets.

@MarcelineVQ
Created April 21, 2019 02:18
Show Gist options
  • Select an option

  • Save MarcelineVQ/35fbc14c749e175a93380f84fea61a2f to your computer and use it in GitHub Desktop.

Select an option

Save MarcelineVQ/35fbc14c749e175a93380f84fea61a2f to your computer and use it in GitHub Desktop.
data HList (ls :: [*]) where
Nil :: HList '[]
Cons :: x -> HList xs -> HList (x ': xs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment