I have a program that worked under 2.0.3 -- though it used some
nastiness of the then Array.lift function which has now gone away (which
is probably for the best).  However it leaves me with a problem.  The
algorithm I have is basically a data parallel one so I need a parallel
map.  However I want the types in the source Array to be different from
the types in the destination Array; basically my transform function is
either:

        int -> double

or

        ( int , int , double ) -> double

Now I may be misreading the manual but it seems that the Array.map
method requires the type of the source and destination to be the same.
Is this right?  If it is isn't it a bit limiting?

Is there any documentation anywhere on the Fun_?_? types.  The API
documentation distributed is full of references to them but there is
seemingly no documentation on them.

Thanks.

PS  This email list still rejects PGP signed email :-((((

-- 
Russel.
=============================================================================
Dr Russel Winder      t: +44 20 7585 2200   voip: sip:russel.win...@ekiga.net
41 Buckmaster Road    m: +44 7770 465 077   xmpp: rus...@russel.org.uk
London SW11 1EN, UK   w: www.russel.org.uk  skype: russel_winder



------------------------------------------------------------------------------
Achieve Improved Network Security with IP and DNS Reputation.
Defend against bad network traffic, including botnets, malware, 
phishing sites, and compromised hosts - saving your company time, 
money, and embarrassment.   Learn More! 
http://p.sf.net/sfu/hpdev2dev-nov
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to