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

data family F a
data instance F Int = FInt