X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fghci%2Fghci006.stdout;fp=ghc%2Ftests%2Fghci%2Fghci006.stdout;h=0000000000000000000000000000000000000000;hb=60f3bf460d94892f343cea30dd43f3863c8f30fb;hp=ae8da909092d3a577aebab88dbf6446f0e90bc74;hpb=45344c3311195170cf413b589eada0b1d63bd8f6;p=ghc-hetmet.git diff --git a/ghc/tests/ghci/ghci006.stdout b/ghc/tests/ghci/ghci006.stdout deleted file mode 100644 index ae8da90..0000000 --- a/ghc/tests/ghci/ghci006.stdout +++ /dev/null @@ -1,16 +0,0 @@ - ___ ___ _ - / _ \ /\ /\/ __(_) - / /_\// /_/ / / | | GHC Interactive, version 5.03, for Haskell 98. -/ /_\\/ __ / /___| | http://www.haskell.org/ghc/ -\____/\/ /_/\____/|_| Type :? for help. - -Loading package std ... linking ... done. -Prelude> :unset +s +t -Prelude> :set -fglasgow-exts -Prelude> -- test for contexts on existential types crashing the interpreter -Prelude> :l ghci006 -Ok, modules loaded: Ghci006. -Ghci006> showQ (Q "foo") -"\"foo\"" -Ghci006> -Ghci006> Leaving GHCi.