Re: Weird behaviour, was Re: [Haskell-cafe] Writing functions in Haskell.
Ross Paterson <[email protected]> Wed, 4 May 2005 10:01:33 +0100
| Newsgroups | gmane.comp.lang.haskell.hugs.user |
|---|---|
| Message-ID | <[email protected]> |
On Tue, May 03, 2005 at 07:59:51PM +0200, Daniel Fischer wrote: > Now I encountered another odd thing: > Char> :l > Prelude> :a Char > Char> :a Test > Char> :l -- notice the top module is still Char! OK, the bug was triggered by :m before :a. Now fixed in CVS. Thanks for the report.