package eliom

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