J�n Fairbairn writes:
> > So why is (^2*3) not equvalent to \a->a^2*3 ?
>
> Because it's being parsed as (^(2*3)) when it should be
> rejected.
Interestingly enough, all of Hugs, nhc98, and hbc make the same
mistake. Only ghc rejects the expression, correctly complaining that
the fixities do not match.
Regards,
Malcolm
_______________________________________________
Hugs-Users mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/hugs-users
- Is this a bug? andreas.marth
- Re: Is this a bug? Jon Fairbairn
- Re: Is this a bug? Johan Nordlander
- Re: Is this a bug? Malcolm Wallace
- Re: Is this a bug? Jon Fairbairn
- Re: Is this a bug? Malcolm Wallace
