summaryrefslogtreecommitdiff
path: root/testsuite/tests/rep-poly/T11724.hs
blob: 23412e9df9e6d6e743a4efa299de0cf429be489a (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds #-}

module T11724 where

import GHC.Exts

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