summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5306a.hs
blob: 9c3d4cff97ef7b1cfc02d01ef3b07fc39280e592 (plain)
1
2
3
4
5
{-# LANGUAGE TypeFamilies #-}
module T5306a( F(..) ) where
import T5306b

data instance F Bool = FBool