33aaac603899c3e534b4ed49e617e27c07a9a1ab
[ghc-hetmet.git] / ghc / tests / ghci / ghci002.stdout
1    ___         ___ _
2   / _ \ /\  /\/ __(_)
3  / /_\// /_/ / /  | |      GHC Interactive, version 5.03, for Haskell 98.
4 / /_\\/ __  / /___| |      http://www.haskell.org/ghc/
5 \____/\/ /_/\____/|_|      Type :? for help.
6
7 Loading package std ... linking ... done.
8 Prelude> -- bug: we used to throw away the instance accidentally here
9 Prelude> :m PrelBase
10 PrelBase> 1 == (2 :: Int)
11 False
12 PrelBase> 1 == (2 :: Int)
13 False
14 PrelBase> Leaving GHCi.