summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T8132.hs
blob: 337e2882f1bb7a07a0605b02947792682220adea (plain)
1
2
3
4
5
6
{-# LANGUAGE MagicHash #-}
import Data.Typeable.Internal

data K = K

instance Typeable K where typeRep# _ = undefined