summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T6054a.hs
blob: 5b1077f0dafc719bed56b095b4b922b58c2a986d (plain)
1
2
3
4
5
6
{-# LANGUAGE PolyKinds, FunctionalDependencies, KindSignatures, MultiParamTypeClasses, DataKinds #-}

module T6054a where

class Bar a (p :: Bool) | a -> p
data Proxy a = Proxy deriving Show