summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7128.hs
blob: 09489361ff8fb474a74dc4953750758604fc4ec2 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE PolyKinds, DataKinds, MultiParamTypeClasses,
              FunctionalDependencies
  #-}

module T7128 where

class Foo a (b :: k) | a -> k
instance Foo Bool False