summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T11648b.hs
blob: d50854d237d4e9179ec2be5077ed762c9ec5b015 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE DataKinds, PolyKinds #-}

module T11648b where

import Data.Proxy

data X (a :: Proxy k)