module TInstanceClassMethodBind where


data Foo = Foo Int
instance Show Foo where
    show = undefined