Eliom_libA few common functions used by Eliom. Extension of OCaml stdlib. See also <<a_api project="ocsigenserver" | module Ocsigen_lib>>
See <<a_api project="ocsigenserver"| module Ocsigen_lib>> .
include module type of Ocsigen_lib
with type poly = Ocsigen_lib.poly
and type yesnomaybe = Ocsigen_lib.yesnomaybe
and type ('a, 'b) leftright = ('a, 'b) Ocsigen_lib.leftright
and type 'a Clist.t = 'a Ocsigen_lib.Clist.t
and type 'a Clist.node = 'a Ocsigen_lib.Clist.nodeval (!!) : 'a Lazy.t -> 'amodule Tuple3 : sig ... endval to_poly : 'a -> polyval from_poly : poly -> 'amodule Option : sig ... endmodule List : sig ... endmodule Clist : sig ... endmodule Int : sig ... endmodule String_base : sig ... endmodule Url_base : sig ... endmodule String : sig ... endmodule Ip_address : sig ... endmodule Filename : sig ... endmodule Url : sig ... endmodule Netstring_pcre : sig ... endmodule Date : sig ... endinclude module type of Eliom_lib_base
with type 'a Int64_map.t = 'a Eliom_lib_base.Int64_map.t
with type 'a String_map.t = 'a Eliom_lib_base.String_map.t
with type 'a Int_map.t = 'a Eliom_lib_base.Int_map.tmodule Lwt_ops : sig ... endModule with Lwt operators: Open to use them without polluting your scope.
module type Map_S = sig ... endmodule Int64_map :
Map_S with type key = int64 with type 'a t = 'a Eliom_lib_base.Int64_map.tmodule Int_map :
Map_S with type key = int with type 'a t = 'a Eliom_lib_base.Int_map.tmodule String_map :
Map_S with type key = string with type 'a t = 'a Eliom_lib_base.String_map.ttype file_info = Ocsigen_extensions.file_infoval to_json : ?typ:'a Deriving_Json.t -> 'a -> stringval of_json : ?typ:'a Deriving_Json.t -> string -> 'aval debug : ('a, unit, string, unit) format4 -> 'aDeprecated. Use Lwt_log.ign_info_f instead
module Lwt_log : sig ... endExtension of <<a_api project="lwt"| module Lwt_log>> .