packages feed

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
               |])