summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T15881a.hs
blob: a29c63f706704b826c1d0eeb24a16654b25ce29d (plain)
1
2
3
4
5
6
7
8
{-# Language KindSignatures #-}
{-# Language PolyKinds      #-}

module T15881a where

import Data.Kind

data A n (a :: n) :: a -> Type