This is server API (go to client)

Module Eliom_types

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