Folks, Sorry to bother you all with this, but someone submitted the enclosed bug report to SourceForge. Unfortunately, s/he didn't give an email address, nor did s/he give a source file that we can compile to expose the bug. If you submitted this, could you declare your identity! Otherwise this will stay unfixed. (Pls also try with 5.00.2 because it may well be fixed already.) Simon | -----Original Message----- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] | Sent: 18 June 2001 19:47 | To: [EMAIL PROTECTED] | Subject: [ ghc-Bugs-434259 ] <<loop>> | | | Bugs item #434259, was updated on 2001-06-18 11:46 | You can respond by visiting: | http://sourceforge.net/tracker/?func=detail&atid=108032&aid=43 | 4259&group_id=8032 | | Category: Compiler (Parser) | Group: None | Status: Open | Resolution: None | Priority: 5 | Submitted By: Nobody/Anonymous (nobody) | Assigned to: Nobody/Anonymous (nobody) | Summary: <<loop>> | | Initial Comment: | ghc -c -fglasgow-exts Typedecl.hs (and without flag) | ghc-5.00: panic! (the `impossible' happened, GHC | version 5.00): | <<loop>> | | Please report it as a compiler bug to | [EMAIL PROTECTED], or | http://sourceforge.net/projects/ghc/. | | | data Val = | ....... | | Fun (Val -> TM Val) | | | type TM a = EnvT | ( ST1 Record | ( ST3 String | ( MaybeT | ( IdM)))) a | | | | | ---------------------------------------------------------------------- | | You can respond by visiting: | http://sourceforge.net/tracker/?func=detail&atid=108032&aid=43 4259&group_id=8032 _______________________________________________ Cvs-ghc mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/cvs-ghc _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
