[Haskell-cafe] Haskell Cloud and Closures

2011-10-01 Thread Fred Smith
I've built a little program to compute the plus function remotely by using Cloud Haskell: http://pastebin.com/RK4AcWFM but i faced an unfortunate complication, what i would like to do is to send a function to another host, no matter if the function is locally declared or at the top level. In

Re: [Haskell-cafe] Haskell Cloud and Closures

2011-10-01 Thread Fred Smith
On 1 Ott, 12:03, Erik de Castro Lopo mle...@mega-nerd.com wrote: I was at the Haskell Symposium where this paper was presented. This limitation is a known limitation and cannot currently be worked around other than my moving whatever is required to the top level. Erik -- do you know if