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

module OverC
where
import OverA (C, D)

data instance C [a] [Int] = C9ListList

type instance D [a] [Int] = Char