eliom.server
Eliom_shared.Value
Accessing shared values
eliom.client
eliom.ocamlbuild
eliom.ppx
monitor
monitor_start
ppx_client
ppx_server
ppx_type
ppx_utils
type +'a t
val create : 'a -> 'a Eliom_client_value.t -> 'a t
val client : 'a t -> 'a Eliom_client_value.t
client x is the client-side portion of x.
client x
x
val local : 'a t -> 'a
local x is the local portion of x.
local x