summaryrefslogtreecommitdiff
path: root/testsuite/tests/unlifted-datatypes/should_fail/UnlDataInvalidResKind1.hs
blob: 18dcd1a216751f6bafc09dda62c4627a79657e46 (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE UnliftedDatatypes #-}

module UnlDataInvalidResKind1 where

import GHC.Exts
import GHC.Types

type T :: Type -> TYPE IntRep
data T a = MkT Int