singletons-base-3.0: tests/compile-and-dump/Singletons/EmptyShowDeriving.hs
module Singletons.EmptyShowDeriving where
import Data.Singletons.Base.TH
$(singletons [d| data Foo
deriving instance Show Foo
|])
module Singletons.EmptyShowDeriving where
import Data.Singletons.Base.TH
$(singletons [d| data Foo
deriving instance Show Foo
|])