module Eliom_pervasives:This module is automatically open bysig
..end
eliomcand
js_of_eliom.
eliomcand
js_of_eliom.
See the .
type'a
client_value ='a Eliom_lib.client_value
'a
client value on the client is just an 'a
.
See also .
See the .
type('a, 'b)
server_function ='a -> 'b Lwt.t
('a, 'b) server_function
provides transparently access to a
server side function which has been created by .
See also .
The handling of exception on the server corresponds to that of
<<a_api subproject="client"|val Eliom_client.call_caml_service>>.