summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T2435.hs
blob: ab58f2bb739f851344ab48611e5d639e7ecccf65 (plain)
1
2
3
4
{-# LANGUAGE TypeFamilies #-}
module Bar where
import qualified T2435Foo as Foo
instance Foo.C Int where type T Int = Int