module Eliom_lib:See .sig..end
include Ocsigen_lib_base
include Eliom_lib_base
type'aclient_value ='a
exception Eliom_Internal_Error of string
exception Exception_on_server of string
The argument describes the original exception by
Printexc.to_string.
type file_info
val to_json : ?typ:'a -> 'b -> stringval of_json : ?typ:'a -> string -> 'bexception False
False to cancel the event (as if the JavaScript
function returned false).module Url:sig..end
module String:sig..end
val error : ('a, unit, string, 'b) Pervasives.format4 -> 'aval error_any : 'a -> ('b, unit, string, 'c) Pervasives.format4 -> 'bval alert : ('a, unit, string, unit) Pervasives.format4 -> 'aval jsalert : Js.js_string Js.t -> unitval debug : ('a, unit, string, unit) Pervasives.format4 -> 'aval debug_var : string -> 'a -> unitval debug_exn : ('a, unit, string, unit) Pervasives.format4 -> exn -> 'aval jsdebug : 'a -> unitval trace : ('a, unit, string, unit) Pervasives.format4 -> 'aval lwt_ignore : ?message:string -> unit Lwt.t -> unitval encode_form_value : 'a -> stringval unmarshal_js_var : string -> 'aval encode_header_value : 'a -> stringval js_array_to_list : 'a Js.js_array Js.t -> 'a list