ae8da909092d3a577aebab88dbf6446f0e90bc74
[ghc-hetmet.git] / ghc / tests / ghci / ghci006.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> :unset +s +t
9 Prelude> :set -fglasgow-exts
10 Prelude> -- test for contexts on existential types crashing the interpreter
11 Prelude> :l ghci006
12 Ok, modules loaded: Ghci006.
13 Ghci006> showQ (Q "foo")
14 "\"foo\""
15 Ghci006> 
16 Ghci006> Leaving GHCi.