module Eliom_lib:Pervasives module for Eliom-server: it extends the OCaml stdlib and should always be opened.sig
..end
include Ocsigen_lib
include Eliom_lib_base
exception Eliom_Internal_Error of string
typefile_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