module Eliom_lib: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.
typefile_info =File.file Js.t
val to_json : ?typ:'a -> 'b -> string
val of_json : ?typ:'a -> string -> 'b
exception False
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 -> 'aval error_any : 'c -> ('a, unit, string, 'b) Pervasives.format4 -> 'aval debug : ('a, unit, string, unit) Pervasives.format4 -> 'aval debug_exn : ('a, unit, string, unit) Pervasives.format4 -> exn -> 'aval jsdebug : 'a -> unitval 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