Scroll to navigation

Eliom_lib(3o) Eliom_lib(3o)

NAME

Eliom_lib - Pervasives module for Eliom-client: it extends the OCaml stdlib and should always be opened.

Module

Module Eliom_lib

Documentation

Module Eliom_lib
: sig end
 
 
Pervasives module for Eliom-client: it extends the OCaml stdlib and should always be opened.
 
 
 
 
 
 
include Ocsigen_lib_base
 
 
 
include Eliom_lib_base
 
 
 
 
exception Eliom_Internal_Error of string
 
 
Pervasives module for Eliom extending stdlib, should always be opened.
 
 
 
type file_info
 
 
 
 
 
val to_json : ?typ:'a -> 'b -> string
 
 
 
 
val of_json : ?typ:'a -> string -> 'b
 
 
 
 
exception False
 
 
 
 
module Url : sig end
 
 
 
 
module String : sig end
 
 
 
 
 
val debug : ('a, unit, string, unit) Pervasives.format4 -> 'a
 
 
 
 
val error : ('a, unit, string, 'b) Pervasives.format4 -> 'a
 
 
 
 
val debug_exn : ('a, unit, string, unit) Pervasives.format4 -> exn -> 'a
 
 
 
 
val jsdebug : 'a -> unit
 
 
 
 
val alert : ('a, unit, string, unit) Pervasives.format4 -> 'a
 
 
 
 
val jsalert : Js.js_string Js.t -> unit
 
 
 
 
val debug_var : string -> 'a -> unit
 
 
 
 
val lwt_ignore : ?message:string -> unit Lwt.t -> unit
 
 
 
 
val encode_form_value : 'a -> string
 
 
 
 
val unmarshal_js_var : string -> 'a
 
 
 
 
val encode_header_value : 'a -> string
 
 
 
2012-06-11 OCamldoc