summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T11724.hs
blob: b5f038534f363cf793fbe2a4fb7e5cf20c40c2f5 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeInType #-}

module T11724 where

import GHC.Exts

data Foo (r :: RuntimeRep) (a :: TYPEvis r) = Foo a