sig
  type 'a t = 'a
  val create : '-> 'Eliom_client_value.t -> 'a t
  val client : 'a t -> 'Eliom_client_value.t
  val local : 'a t -> 'a
end