Module Eliom_lib

module Eliom_lib: sig .. end
See .

include Ocsigen_lib_base
include Eliom_lib_base
type 'a client_value = 'a 
See .
exception Eliom_Internal_Error of string
exception Exception_on_server of string
This exception is raised (in Lwt) on the client if a call to a server function fails (in Lwt) on the server side.

The argument describes the original exception by Printexc.to_string.

type file_info = File.file Js.t 
val to_json : ?typ:'a -> 'b -> string
val of_json : ?typ:'a -> string -> 'b
exception False
Event handlers like may raise False to cancel the event (as if the JavaScript function returned false).
module Url: sig .. end
module String: sig .. end
module Lwt_log: sig .. end
val error : ('a, unit, string, 'b) Pervasives.format4 -> 'a
Deprecated. Use Lwt_log.ign_raise_error_f instead
val error_any : 'c -> ('a, unit, string, 'b) Pervasives.format4 -> 'a
Deprecated. Use Lwt_log.ign_raise_error_f (with ~inspect argument) instead
val debug : ('a, unit, string, unit) Pervasives.format4 -> 'a
Deprecated. Use Lwt_log.ign_info_f instead
val debug_exn : ('a, unit, string, unit) Pervasives.format4 -> exn -> 'a
Deprecated. Use Lwt_log.ign_info_f instead
val jsdebug : 'a -> unit
Deprecated. Use Lwt_log.ign_info (with ~inspect argument) instead
val alert : ('a, unit, string, unit) Pervasives.format4 -> 'a
val jsalert : Js.js_string Js.t -> unit
val debug_var : string -> 'a -> unit
val trace : ('a, unit, string, unit) Pervasives.format4 -> 'a
val lwt_ignore : ?message:string -> unit Lwt.t -> unit
val encode_form_value : 'a -> string
val unmarshal_js : Js.js_string Js.t -> 'a
val encode_header_value : 'a -> string