package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get : ([< `Client_process | `Session | `Session_group ], [< `Data | `Pers ]) Eliom_state.Ext.state -> 'a eref -> 'a Lwt.t
val set : ([< `Client_process | `Session | `Session_group ], [< `Data | `Pers ]) Eliom_state.Ext.state -> 'a eref -> 'a -> unit Lwt.t
val modify : ([< `Client_process | `Session | `Session_group ], [< `Data | `Pers ]) Eliom_state.Ext.state -> 'a eref -> ('a -> 'a) -> unit Lwt.t
val unset : ([< `Client_process | `Session | `Session_group ], [< `Data | `Pers ]) Eliom_state.Ext.state -> 'a eref -> unit Lwt.t