summaryrefslogtreecommitdiff
path: root/testsuite/tests/dependent/should_compile/T15743.hs
blob: 1ba10aeb9af87b03ec3b0f7210e3fff0c10d9d74 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds, DataKinds, TypeFamilies #-}

module T15743 where

import Data.Proxy

data T (b :: Proxy (k2 :: k)) c (a :: k)