summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci019.stdout
blob: ddcbafebb9118f7b8e4a056c7db2b863fab65fbb (plain)
1
2
3
4
type Foo :: *
data Foo = Foo
  	-- Defined at ghci019.hs:9:1
instance [safe] Prelude.Eq Foo -- Defined at ghci019.hs:10:10