summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/SimpleFail6.hs
blob: 8a39e6042dfdbc3c786a8e149493e769503a5163 (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies #-}

module ShouldFail where

-- must fail: Repeated type variable
class C4 a where
  data S4 a a :: *