summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T15149C.hs
blob: ca1a7f88fb34e151c24de70fff46a5a2b6611c3f (plain)
1
2
3
4
{-# LANGUAGE TypeFamilies #-}
module T15149C where
import T15149A
data instance An Double = AnDouble {an :: Double} deriving Show