Desugaring overloaded functions
Bas van Dijk
basvandijk at home.nl
Tue Nov 7 20:21:44 EST 2006
On Tuesday 07 November 2006 16:30, Simon Peyton-Jones wrote:
> The bit that does the dependency analysis is called the Occurrence
> Analyser. Its in compiler/simplCore/OccAnal. A single run of the
> occurrence analyser will produce a fully-dependency-analysed program. Maybe
> that's what you want?
That's exactly what I want. I tried it and it works perfectly.
Thanks very much,
Bas van Dijk
More information about the Glasgow-haskell-users
mailing list