|
Strange ghci :def failure: msg#00038lang.haskell.glasgow.bugs
What is wrong here? / _ \ /\ /\/ __(_) / /_\// /_/ / / | | GHC Interactive, version 6.0, for Haskell 98. / /_\\/ __ / /___| | http://www.haskell.org/ghc/ \____/\/ /_/\____/|_| Type :? for help. Loading package base ... linking ... done. Prelude> :def code (\ "" -> do { let {getCode acc = do { next <- getLine ; if next == ":edoc" then return . unwords . reverse $ acc else getCode (next : acc)}} ; getCode [] } ) ghc-6.0: panic! (the `impossible' happened, GHC version 6.0): getLinkDeps No iface for [<pkg>]GHCziErr Please report it as a compiler bug to glasgow-haskell-bugs@xxxxxxxxxxx, or http://sourceforge.net/projects/ghc/.
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: locating package.conf, Sven Panne |
|---|---|
| Next by Date: | Re: Strange ghci :def failure, Derek Elkins |
| Previous by Thread: | bug with (##) operator and -fglasgow-exts, GHC 5.04, 6.0, Bernard James POPE |
| Next by Thread: | Re: Strange ghci :def failure, Derek Elkins |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |