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_lib
See
include Eliom_lib_base
exception 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