|
RE: panic while compiling with GHC-6.4: msg#00041lang.haskell.glasgow.bugs
thank you. Happily, this is already fixed; the fix will be in 6.4.1 Simon | -----Original Message----- | From: glasgow-haskell-bugs-bounces@xxxxxxxxxxx [mailto:glasgow-haskell-bugs- | bounces@xxxxxxxxxxx] On Behalf Of Dmitry Vyal | Sent: 01 September 2005 16:45 | To: glasgow-haskell-bugs@xxxxxxxxxxx | Subject: panic while compiling with GHC-6.4 | | this code snippet makes GHC-6.4 and GHCI-6.4 panic: | | data DL a = DL {prev_dl::DL, el::a, next_dl::DL} | | go :: DL a -> [a] -> DL a -> (DL a,DL a) | go prev [] next = (prev, next) | go prev (x:xs) next = let this = DL prev x rest | (rest,fin) = go this xs next | in this | _______________________________________________ | Glasgow-haskell-bugs mailing list | Glasgow-haskell-bugs@xxxxxxxxxxx | http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | [ ghc-Bugs-1285326 ] scavenge_one: strange object 47, SourceForge.net |
|---|---|
| Next by Date: | [ ghc-Bugs-1285326 ] scavenge_one: strange object 47, SourceForge.net |
| Previous by Thread: | panic while compiling with GHC-6.4, Dmitry Vyal |
| Next by Thread: | "strange closure type 37108": MSWin32, 6.4.1 snapshot and other versions, Gaal Yahas |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |