summaryrefslogtreecommitdiff
path: root/testsuite/tests/saks/should_compile/T16723.hs
blob: 2ba216a93daee22301df55d10d5354213fd28495 (plain)
1
2
3
4
5
6
7
8
9
10
{-# LANGUAGE StandaloneKindSignatures #-}
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE ScopedTypeVariables #-}

module T16723 where

import Data.Kind

type D :: forall a. Type
data D