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

module OverA (C, D)
where

data family C a b :: *

type family D a b :: *