summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T5306.hs
blob: 8a4aec3774b6ecc5bbdad6cf10f01d2e67bec444 (plain)
1
2
3
4
5
{-# LANGUAGE TypeFamilies #-}
module T5306 where

import T5306b(F(FInt))   -- succeeds
import T5306a(F(FBool))  -- failed (before fix)