package eliom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Eliom_shared.ValueSource

Accessing shared values

Sourcetype +'a t = 'a
Sourceval create : 'a -> 'a Eliom_client_value.t -> 'a t
Sourceval client : 'a t -> 'a Eliom_client_value.t

client x is the client-side portion of x.

Sourceval local : 'a t -> 'a

local x is the local portion of x.

OCaml

Innovation. Community. Security.