summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T20113.hs
blob: 40184483df55c02d2b40f300af1ca8e200adcc1f (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds, UnliftedNewtypes, NoFieldSelectors #-}

module T20113 where

import GHC.Exts

newtype Y (a :: TYPE rep) = MkY { y_fld :: a }