summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_fail/T2888.hs
blob: 169eebb474d7ac5181f2360ae2d732aa1baca18b (plain)
1
2
3
4
5
6
7
{-# LANGUAGE TypeFamilies #-}
-- Test for no type indices

module T2888 where

class C w where 
  data D:: * -> *