summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci019.hs
blob: 1cb9fef1a2fe68b674f334896aa05d660258194a (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