|
panic while compiling with GHC-6.4: msg#00028lang.haskell.glasgow.bugs
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
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | GADT: weird error message, Arthur Baars |
|---|---|
| Next by Date: | "strange closure type 37108": MSWin32, 6.4.1 snapshot and other versions, Gaal Yahas |
| Previous by Thread: | internal error: scavenge_stack: weird activation record found on stack: 0, Jason Dagit |
| Next by Thread: | RE: panic while compiling with GHC-6.4, Simon Peyton-Jones |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |