Module Eliom_shared.Value

module Value: Eliom_shared_sigs.VALUE  with type +'a t = 'a

Accessing shared values


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.

val local : 'a t -> 'a

local x is the local portion of x.