
10 Jan
2004
10 Jan
'04
7:57 a.m.
On Sat, 10 Jan 2004 04:28:33 -0800
Ashley Yakeley
In article
, "NamO" 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 ( (+) )