singletons-base-3.2: tests/compile-and-dump/Singletons/T453.hs
module T453 where
import Control.Monad.Trans.Class
import Data.Kind
import Data.Singletons.TH
import Data.Singletons.TH.Options
$(withOptions defaultOptions{genSingKindInsts = False} $
singletons [d|
type T1 :: forall k. k -> Type
data T1 a
type T2 :: k -> Type
data T2 a
|])