X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Ftests%2Fghci%2Fghci005.stdout;fp=ghc%2Ftests%2Fghci%2Fghci005.stdout;h=dbec13ffbb161abcf3f4a2b379aa3d43ce16e4e7;hb=33b7d37f427dbd16bdd1d2c0d5c78bec11c1899c;hp=8c3aed4f8e2486c5a8c510b78961b97c917c7cc4;hpb=5fa155d0ce5bc8a3cea58330720e2e1d8529ce22;p=ghc-hetmet.git diff --git a/ghc/tests/ghci/ghci005.stdout b/ghc/tests/ghci/ghci005.stdout index 8c3aed4..dbec13f 100644 --- a/ghc/tests/ghci/ghci005.stdout +++ b/ghc/tests/ghci/ghci005.stdout @@ -1,6 +1,6 @@ ___ ___ _ / _ \ /\ /\/ __(_) - / /_\// /_/ / / | | GHC Interactive, version 5.01, for Haskell 98. + / /_\// /_/ / / | | GHC Interactive, version 5.03, for Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. @@ -11,12 +11,12 @@ Prelude> let void m = m >> return "" Prelude> let echo s = void (putStrLn s) Prelude> :def echo echo Prelude> :echo hello, world! +hello, world! Prelude> Prelude> let echo s = return (":! echo " ++ map Char.toUpper s) -hello, world! Prelude> :echo hello, world! -Prelude> :def echo echo hello, world! +Prelude> :def echo echo command `echo' is already defined Prelude> :undef echo Prelude> :def echo echo