10 Jan
2004
10 Jan
'04
12:57 p.m.
On Sat, 10 Jan 2004 04:28:33 -0800 Ashley Yakeley <ashley@semantic.org> wrote:
In article <btoppc$f6q$1@sea.gmane.org>, "NamO" <kang@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 ( (+) )