summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T16517.hs
blob: 2664a18758c77c3231adc73c9419072f231e9fb3 (plain)
1
2
3
4
5
{-# LANGUAGE PolyKinds #-}
module T16517 where

import Data.Proxy
class C a where m :: Proxy (a :: k)