package eliom

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

Module Html.Custom_dataSource

Sourcetype 'a t
Sourceval create : name:string -> ?default:'a -> to_string:('a -> string) -> of_string:(string -> 'a) -> unit -> 'a t
Sourceval create_json : name:string -> ?default:'a -> 'a Deriving_Json.t -> 'a t
Sourceval attrib : 'a t -> 'a -> [> `User_data ] attrib