2009/6/20 Gabriel Afana <[email protected]>: > ([(string*string)])->unit
For completeness, let me quickly detail that: (...)->unit is a function that doesn't return anything [...] is a list (string*string) is a pair of strings [(string*string)] is a list of pairs of string (think of it as metadata, headers, etc) ([(string*string)])->unit is a function that takes headers and returns nothing Before, on_start took a ()->unit, a function without parameter. Now there is a parameter: the headers' list. -- David ------------------------------------------------------------------------------ Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register today! http://ad.doubleclick.net/clk;215844324;13503038;v?http://opensourcebridge.org _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
