Re: ghci confused by hi files

2007-01-22 Thread Yitzchak Gale
I wrote: I have observed the following weird behavior: ...ghci's ability to recognize the methods of the class seems to vary depending on whether or not hi files exist for the modules. Daniel Fischer wrote: Pertinent to this is section 3.4.3 of the user's guide, What's really in scope at the

Sharing analysis

2007-01-22 Thread Stefan Holdermans
Dear all, Does GHC (still) perform sharing analysis as described in 'Once Upon a Polymorphic Type' [2] and/or Keith Wansbrough's PhD thesis [1]? If so, how does one inspect the results of the analysis? Thanks in advance, Stefan - [1] Keith Wansbrough. Simple Polymorphic Usage