Scroll to navigation

Eliom_lib(3o) Eliom_lib(3o)

NAME

Eliom_lib - Pervasives module for Eliom-server: it extends the OCaml stdlib and should always be opened.

Module

Module Eliom_lib

Documentation

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