package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
exception Ocsigen_Internal_Error of string
exception Input_is_too_large
exception Ocsigen_Bad_Request
exception Ocsigen_Request_too_long
val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
val (!!) : 'a Lazy.t -> 'a
val (|>) : 'a -> ('a -> 'b) -> 'b
val (@@) : ('a -> 'b) -> 'a -> 'b
val id : 'a -> 'a
val comp : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
val curry : (('a * 'b) -> 'c) -> 'a -> 'b -> 'c
val uncurry : ('a -> 'b -> 'c) -> ('a * 'b) -> 'c
module Tuple3 : sig ... end
type poly = Ocsigen_lib.poly
val to_poly : 'a -> poly
val from_poly : poly -> 'a
type yesnomaybe = Ocsigen_lib.yesnomaybe =
  1. | Yes
  2. | No
  3. | Maybe
type (!'a, !'b) leftright = ('a, 'b) Ocsigen_lib.leftright =
  1. | Left of 'a
  2. | Right of 'b
val advert : string
module Option : sig ... end
module List : sig ... end
module Clist : sig ... end
module Int : sig ... end
module String_base : sig ... end
module Url_base : sig ... end
module String : sig ... end
module Ip_address : sig ... end
module Filename : sig ... end
module Url : sig ... end
module Netstring_pcre : sig ... end
module Date : sig ... end
exception Eliom_Internal_Error of string
module Lwt_ops : sig ... end
module type Map_S = sig ... end
module Int64_map : sig ... end
module Int_map : sig ... end
module String_map : sig ... end
val pos_to_string : pos -> string
val string_escape : string -> string
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) format4 -> 'a
val jsmarshal : 'a -> string
module Lwt_log : sig ... end
val make_cryptographic_safe_string : ?len:int -> unit -> string