
17 Sep
2005
17 Sep
'05
4:28 a.m.
Hello André, Friday, September 16, 2005, 10:55:16 PM, you wrote: AVAdC> map (foo 5) my_list_of_lists_of_doubles AVAdC> But how to do that (if possible) when I invert the parameters list ?! third, most iniversal solution is to create anonymous lambda function: map (\x->foo x 5) my_list_of_lists_of_doubles of course, it is not needed for such trivial example, really i also prefer `foo` for this case -- Best regards, Bulat mailto:bulatz@HotPOP.com