summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T11723.hs
blob: 1933024f2e5b8d90089c181b59be8d490a508217 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeInType #-}
module Example where

import Data.Typeable
import GHC.Exts

data Wat (a :: TYPE ('TupleRep '[])) = Wat a