Hi, I have a question!

Derek Elkins ddarius at hotpop.com
Sat Jan 10 07:57:38 EST 2004


On Sat, 10 Jan 2004 04:28:33 -0800
Ashley Yakeley <ashley at semantic.org> wrote:

> In article <btoppc$f6q$1 at sea.gmane.org>,
>  "NamO" <kang at archi.cse.cau.ac.kr> 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 ( (+) )



More information about the Haskell-Cafe mailing list