package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
val create : ?client_to_and_of:'a to_and_of Eliom_client_value.t -> 'a to_and_of -> 'a t
val to_string : 'a t -> 'a -> string
val of_string : 'a t -> string -> 'a
val to_and_of : 'a t -> 'a to_and_of