package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a wrapped_value
type +'a wrapper
val create_wrapper : ('a -> 'b) -> 'a wrapper
val wrap : 'a -> 'a wrapped_value
val empty_wrapper : 'a wrapper
type unwrap_id
type unwrapper
val create_unwrapper : unwrap_id -> unwrapper
val empty_unwrapper : unwrapper
val id_of_int : int -> unwrap_id
val section : Lwt_log_core.section