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

module T17841 where

data Proxy a = Proxy

class Foo (t :: k) where foo :: Proxy (a :: t)