summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_compile/saks009.hs
blob: f2cccdddfd425e5daa6628b9cce86f53f4a59f3f (plain)
1
2
3
4
5
6
7
8
9
{-# LANGUAGE StandaloneKindSignatures #-}
{-# LANGUAGE ExplicitForAll, PolyKinds #-}

module SAKS_009 where

import Data.Kind (Type)

type Q :: forall k -> k -> Type
data Q j (a :: j)