module Eliom_client_value:sig..end
See the .
type'at ='a
An 'a client value on the client is just an 'a. See also .
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.
Event handlers like may raise False to cancel the event (as if the JavaScript
function returned false).
exception False