Module Eliom_pervasives

module Eliom_pervasives: sig .. end
This module is automatically open by
eliomc
and
js_of_eliom
.


This module is automatically open by
eliomc
and
js_of_eliom
.

Client values

See the .

type 'a client_value = 'a Eliom_lib.client_value 
An 'a client value on the client is just an 'a. See also .

RPC / Server functions

See the .

type ('a, 'b) server_function = 'a -> 'b Lwt.t 
A ('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>>.