Is there any plan to generate this code somehow automatically? ``` instance showFoo :: Show Foo where show = gShow instance eqFoo :: Eq Foo where eq = gEq instance ordFoo :: Ord Foo where compare = gCompare ```
Is there any plan to generate this code somehow automatically?