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

module T5798 where

data Proxy t = ProxyC

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