summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/sum_rr.hs
blob: 448a9b22210daed0f2a26b906a1e56f38701c2b5 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE DataKinds, PolyKinds #-}

module Example where

import Data.Typeable
import GHC.Exts

data Wat (a :: TYPE (SumRep '[LiftedRep, IntRep])) = Wat a