On Mon, May 14, 2007 at 01:26:05AM +0100, Frederik Eaton wrote:
> Hello,
>
> Here is another (hopefully less bogus) error message which I don't
> know what to do with:
>
> $ A=bayesian-sets; ghc --make $A.hs -package vectro -lstdc++
> -fallow-incoherent-instances -lstdc++ && time ./$A
> [1 of 1]
Hello,
Ah, removing the entire install directory for the package (in ~/lib/)
fixed things. That seems odd, but perhaps I should be doing it in my
Makefile.
Thanks,
Frederik
On Mon, May 14, 2007 at 01:26:05AM +0100, Frederik Eaton wrote:
> Hello,
>
> Here is another (hopefully less bogus) error
The desugarer generates tuples when desugaring mutually-recursive
functions, and I bet that is what is causing the problem.
These optimiser usually gets rid of them, as you found.
It's a known shortcoming which has never gotten high enough up the list
to solve.
Could you please keep the source c