4a86ff53b1d6cc06d88fd82de9d5ebf10fca5ad0
[ghc-hetmet.git] / ghc / tests / ghci / ghci001.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: shouldn't be defaulting these expressions
9 Prelude> :type (+)
10 forall a. (Num a) => a -> a -> a
11 Prelude> :type enumFromTo
12 forall a. (Enum a) => a -> a -> [a]
13 Prelude> Leaving GHCi.