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

data K = K

-- This used to have a RHS but now we hide typeRep#
instance Typeable K -- where typeRep# _ = undefined