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

module T5798 where

data Proxy t = ProxyC

test :: Proxy '[Int, Bool]
test = ProxyC