summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/T8674.stdout
blob: 6c13176e667746f3438575b2e4e1eaf870ada4e9 (plain)
1
2
3
4
5
type role Sing nominal
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