summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/ghci/scripts/ghci019.hs
blob: f1ea575566f5b49525bae68044668ff66f63d6fa (plain)
1
2
3
4
5
6
7
8
9
-- Trac #1581
-- Even though Eq is not in scope unqualified, we want to 
-- see the Eq instance of Foo when we say :i Foo

module Foo where
import qualified Prelude

data Foo = Foo
instance Prelude.Eq Foo