Module
Module Eliom_typesDocumentation
Module
Eliom_types
:
sig end
Types shared by client and server.
type sitedata
= {
site_dir :
string list
;
site_dir_string :
string
;
}
type server_params
val sp : server_params
val jsmarshal : 'a -> string
val string_escape : string -> string