Module Eliom_shared.Value
Accessing shared values
type +'a tval create : 'a -> 'a Eliom_client_value.t -> 'a tval client : 'a t -> 'a Eliom_client_value.tclient x is the client-side portion of x.
val local : 'a t -> 'alocal x is the local portion of x.