How to use functions in dll file in Haskell program?

2003-07-18 Thread Liu Junfeng
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

Re: How overload operator in Haskell?

2003-07-12 Thread Liu Junfeng
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

How overload operator in Haskell?

2003-07-09 Thread Liu Junfeng
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

How overload operator in Haskell?

2003-07-09 Thread Liu Junfeng
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] __