summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8674.stdout
blob: 45d4f0af0e822a1f3254471739dd529076f6d186 (plain)
1
2
3
data family Sing (a :: k) 	-- Defined at T8674.hs:4:1
data instance Sing Bool = SBool 	-- Defined at T8674.hs:6:15
data instance Sing a = SNil 	-- Defined at T8674.hs:5:15