Eliom_libEliom standard library
See <<a_api project="ocsigenserver"| module Ocsigen_lib_base >> .
include module type of Ocsigen_lib_base
with type poly = Ocsigen_lib_base.poly
and type yesnomaybe = Ocsigen_lib_base.yesnomaybe
and type ('a, 'b) leftright = ('a, 'b) Ocsigen_lib_base.leftright
and type 'a Clist.t = 'a Ocsigen_lib_base.Clist.t
and type 'a Clist.node = 'a Ocsigen_lib_base.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 ... 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 = Js_of_ocaml.File.file Js_of_ocaml.Js.tmodule Url : sig ... endURL manipulation
module String : sig ... endExtension of <<a_api project="ocsigenserver"| module
Ocsigen_lib_base.String_base >> .
module Lwt_log : sig ... endExtension of <<a_api project="js_of_ocaml" subproject="js_of_ocaml-lwt" | module Lwt_log_js >> .
val error : ('a, unit, string, 'b) format4 -> 'aDeprecated. Use Lwt_log.ign_raise_error_f instead
val error_any : _ -> ('a, unit, string, 'b) format4 -> 'aDeprecated. Use Lwt_log.ign_raise_error_f (with ~inspect argument) instead
val debug : ('a, unit, string, unit) format4 -> 'aDeprecated. Use Lwt_log.ign_info_f instead
val debug_exn : ('a, unit, string, unit) format4 -> exn -> 'aDeprecated. Use Lwt_log.ign_info_f instead
val alert : ('a, unit, string, unit) format4 -> 'aval jsalert : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> unitval confirm : ('a, unit, string, bool) format4 -> 'aval trace : ('a, unit, string, unit) format4 -> 'aval lwt_ignore : ?message:string -> unit Lwt.t -> unitval unmarshal_js : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> 'aReturn a base-64 encoded cryptographic safe string of the given length. Not implemented client-side.
module Dom_reference : sig ... end