Created
September 16, 2018 22:53
-
-
Save dmwit/ec5ac46d00dbf8ed3e70bdac7c090556 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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