On Wed, Jul 21, 2010 at 12:17 AM, Davit Barbakadze <jaya...@gmail.com> wrote:
> At line 46, char 15-77:
>  this value has type
>    request(?A)
>  but it should be a subtype of
>    ()->request(?A)

The operator wants a function that produces requests, and not only one
request as you have written. The {...} around the request mean (fun ()
-> ...), they give you a function that create a request in that way,
with a different call to your script each time.

David

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to