package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val create : name:string -> ?default:'a -> to_string:('a -> string) -> of_string:(string -> 'a) -> unit -> 'a t
val create_json : name:string -> ?default:'a -> 'a Deriving_Json.t -> 'a t
val attrib : 'a t -> 'a -> [> `User_data ] attrib
val set_dom : Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t -> 'a t -> 'a -> unit