Skip to content

Instantly share code, notes, and snippets.

@dmwit
Created September 16, 2018 22:53
Show Gist options
  • Save dmwit/ec5ac46d00dbf8ed3e70bdac7c090556 to your computer and use it in GitHub Desktop.
Save dmwit/ec5ac46d00dbf8ed3e70bdac7c090556 to your computer and use it in GitHub Desktop.
class Y xs where
type ToS xs :: TreeS
y :: HTree_ (ToS xs) -> HTreeS xs (ToS xs)
instance Y TLeaf where
type ToS TLeaf = TLeafS
y HLeaf_ = x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment