5d45da48 ^
1 2 3 4 5 6 7 8 9 10 11
{-# LANGUAGE DeriveGeneric #-} {-# LANGUAGE StandaloneDeriving #-} module Bug1033 where import GHC.Generics data Foo = Foo -- | This does some generic foos. deriving instance Generic Foo