summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_compile/T11361a.hs
blob: 66ab05688e5e2fc8738fc0989479c2c7d7146347 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies, PolyKinds #-}

module T11361a where

class C a where
  type F (a :: k) :: *
  type F (x :: *) = x    -- Not right!