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

module OverIndirectThisModA (C, D)
where

import Data.Kind (Type)

data family C a b :: Type

type family D a b :: Type