Re: fixity declarations in where clauses?

2000-03-09 Thread Michael Hudson
Simon Peyton-Jones <[EMAIL PROTECTED]> writes: > Good point. My fault, I think, and now fixed in the head of > the CVS tree. Ah, the wonders of open source! > Workaround: put the fixity decls at top level. Not a help sadly; there was a reason my original operators were local. val = 3 +! 4 *

RE: fixity declarations in where clauses?

2000-03-09 Thread Simon Peyton-Jones
declarations in where clauses? | | | To bring the intellectual tone down a notch or two from that | "overlapping instances" thread ... | | I've just spent spent a few hours tearing my hair out trying to work | out why my code was giving different answers under hugs and under ghc.

fixity declarations in where clauses?

2000-03-08 Thread Michael Hudson
To bring the intellectual tone down a notch or two from that "overlapping instances" thread ... I've just spent spent a few hours tearing my hair out trying to work out why my code was giving different answers under hugs and under ghc. Eventually I found that ghc was ignoring fixity declarations