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

module T17841 where

data Proxy a = Proxy

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