summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T5417.stdout
blob: 73d1de932d226f982f25611a25be7266d3055f15 (plain)
1
2
3
4
5
6
7
8
9
data B1 a = B1 a
data instance C.F (B1 a) = B2 a
type role D nominal
data family D a
class C.C1 a where
  type role C.F nominal
  data family C.F a
  	-- Defined at T5417a.hs:5:5
data C.F (B1 a) -- Defined at T5417.hs:8:10