This is server API (go to client)
Module Eliom_lib
module Eliom_lib : sig..end
Pervasives module for Eliom-server: it extends the OCaml stdlib and should always be opened.
include Ocsigen_libSee Ocsigen_lib
include Eliom_lib_baseexception Eliom_Internal_Error of string
Pervasives ¶
type file_info = Ocsigen_extensions.file_info
val to_json : ?typ:'a Deriving_Json.t -> 'a -> string
val of_json : ?typ:'a Deriving_Json.t -> string -> 'a
val debug : ('a, unit, string, unit) Pervasives.format4 -> 'a
