summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T13971.hs
blob: 8632ac5d4d336a7bda4d717a7d01c35b1ff7685a (plain)
1
2
3
4
5
6
7
{-# LANGUAGE PolyKinds #-}
{-# LANGUAGE TypeFamilies #-}
module T13971 where

class C a where
  type T a :: k
  type T a = Int