s.
The question is how to do it in GHC?
Cheers,
Liu Junfeng
[EMAIL PROTECTED]
2003-07-18
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell
ease!)
>
>
>___
>Haskell mailing list
>[EMAIL PROTECTED]
>http://www.haskell.org/mailman/listinfo/haskell
= = = = = = = = = = = = = = = = = = = =
Regards,
Liu Junfeng
[EMAIL PROTECTED]
2003-07-12
___
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell
gt;Vector->Vector
s `svmul` v = map (s*) v
Tough it works, it is not convenient to use. How to create a Vector type and overload
mathematical operators?
Thanks for your help.
Liu Junfeng
[EMAIL PROTECTED
gt;Vector->Vector
s `svmul` v = map (s*) v
Tough it works, it is not convenient to use. How to create a Vector type and overload
mathematical operators?
Thanks for your help.
Liu Junfeng
[EMAIL PROTECTED]
__