Provided by: libeliom-ocaml-doc_3.0.3-4build2_all 

NAME
Eliom_pervasives - This module is automatically open by eliomc and js_of_eliom.
Module
Module Eliom_pervasives
Documentation
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 {% <<a_manual chapter="clientserver-language"|manual>> %}. ===
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 {% <<a_manual chapter="clientserver-communication"
fragment="rpc"|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 .
See also .
The handling of exception on the server corresponds to that of <<a_api subproject="client"|val
Eliom_client.call_caml_service>>.
OCamldoc 2014-02-04 Eliom_pervasives(3o)