summaryrefslogtreecommitdiff
path: root/testsuite/tests/polykinds/T7328.hs
blob: 3e518755087aa2dd0dd9c9e33e65d1cc17dc5560 (plain)
1
2
3
4
5
6
7
8
{-# LANGUAGE PolyKinds, GADTs #-}

module T7328 where

data Proxy a

class Foo a where
    foo :: a ~ f i => Proxy (Foo f)