Scroll to navigation

Eliom_types(3o) Eliom_types(3o)

NAME

Eliom_types - Types shared by client and server.

Module

Module Eliom_types

Documentation

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
 
 
 
2012-06-11 OCamldoc