On Sat, 10 Jan 2004 04:28:33 -0800
Ashley Yakeley <[EMAIL PROTECTED]> wrote:

> In article <[EMAIL PROTECTED]>,
>  "NamO" <[EMAIL PROTECTED]> wrote:
> 
> > Mmmmmmmm.........
> > 
> > and then How can I solve  this problem?
> > Would you say the solution.
> > Thank you.
> 
> Either use a different name for your operator, or specify the "+" that
> you want by writing "OperationTest.+" instead of "+".

You can also hide the Prelude (+), though it is a somewhat useful
function.

import Prelude hiding ( (+) )

_______________________________________________
Haskell-Cafe mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to