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

module OverDirectThisModA (C, D)
where

import Data.Kind (Type)

data family C a b :: Type

type family D a b :: Type