logo       

RE: panic while compiling with GHC-6.4: msg#00041

lang.haskell.glasgow.bugs

Subject: RE: panic while compiling with GHC-6.4

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>
Google Custom Search

News | FAQ | advertise