[project @ 2001-08-08 14:21:07 by simonmar]
[ghc-hetmet.git] / ghc / tests / ghci / ghci002.stdout
1    ___         ___ _
2   / _ \ /\  /\/ __(_)
3  / /_\// /_/ / /  | |      GHC Interactive, version 5.01, for Haskell 98.
4 / /_\\/ __  / /___| |      http://www.haskell.org/ghc/
5 \____/\/ /_/\____/|_|      Type :? for help.
6
7 Loading package std ... linking ... done.
8 *** WARNING: . is writable by someone else, IGNORING!
9 *** WARNING: ./.ghci is writable by someone else, IGNORING!
10 Prelude> -- bug: we used to throw away the instance accidentally here
11 Prelude> :m PrelBase
12 PrelBase> 1 == (2 :: Int)
13 False
14 PrelBase> 1 == (2 :: Int)
15 False
16 PrelBase> Leaving GHCi.