
18 Nov
2002
18 Nov
'02
9:34 a.m.
These bugs are now fixed in the HEAD. I hope the fixes will make it into 5.04.2 as well. Thanks for identifying them. It was all horribly bogus before. Simon | -----Original Message----- | From: Ashley Yakeley [mailto:ashley@semantic.org] | Sent: 13 November 2002 13:46 | To: Simon Peyton-Jones | Cc: GHC List | Subject: Re: Class/Implicit Param/Module Interface bug | | Actually it's worse than that. This crashes: | | module Main where | { | import A; | | main = let {?p="test"} in putStrLn f; -- BUG: this crashes | -- main = let {?p="test"} in putStrLn g; -- this works | } | | | -- | Ashley Yakeley, Seattle WA