In #5 you discuss `Show` instances, they can be implemented using `ForallT` as in [this comment](https://www.reddit.com/r/haskell/comments/52f77p/how_would_you_express_the_free_category_in_haskell/d7jxbnt) ``` haskell instance ForallT Show graph => Show (TList graph a b) where ``` should I add a PR for those instances?
In #5 you discuss
Showinstances, they can be implemented usingForallTas in this commentshould I add a PR for those instances?