Provided by: libeliom-ocaml-doc_3.0.3-4build2_all bug

NAME

       Eliom_unwrap - Values of type unwrap_id are used to identify a specific unwrapper.

Module

       Module   Eliom_unwrap

Documentation

       Module Eliom_unwrap
        : sig end

       Values of type unwrap_id are used to identify a specific unwrapper.

       type unwrap_id

       val id_of_int : int -> unwrap_id

       val register_unwrapper : unwrap_id -> ('a -> 'b) -> unit

       register_unwrapper  id  f  register  an unwrapping function f to be called when a value is
       marked with the id id

       val unwrap_js_var : string -> 'a

       unwrap_js_var v execute unwrap on the content of the javascript variable v