This is client API (go to server)
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 manual .
type 'a client_value = 'a Eliom_lib.client_value
An 'a client value on the client is just an 'a. See also the abstract representation on the server .
RPC / Server functions ¶
See the manual .
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 Error a_api: invalid contents .
See also the opaque server side representation .
The handling of exception on the server corresponds to that of <<a_api subproject="client"|val Eliom_client.call_caml_service>>.
