summaryrefslogtreecommitdiff
path: root/testsuite/tests/unboxedsums/sum_rr.hs
blob: 11c8cbb648d12c2a967bc45eef3ce17f450ab422 (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 '[BoxedRep Lifted, IntRep])) = Wat a