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

module OverB
where
import OverA (C, D)

data instance C [Int] [a] = CListList2

type instance D [Int] [a] = Int