Module Ocsigen_lib_base
This module just contains only extensions of the standard library and very basic Ocsigen values and exceptions. Cf. Ocsigen_lib for functionality which depends on specific external libraries.
exception Ocsigen_Internal_Error of stringexception Input_is_too_largeexception Ocsigen_Bad_Requestexception Ocsigen_Request_too_longinclude module type of Lwt.Infix
val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.tval (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.tval (<&>) : unit Lwt.t -> unit Lwt.t -> unit Lwt.tval (<?>) : 'a Lwt.t -> 'a Lwt.t -> 'a Lwt.tval (=<<) : ('a -> 'b Lwt.t) -> 'a Lwt.t -> 'b Lwt.tval (=|<) : ('a -> 'b) -> 'a Lwt.t -> 'b Lwt.tmodule Let_syntax : sig ... endval (!!) : 'a Stdlib.Lazy.t -> 'aval (|>) : 'a -> ('a -> 'b) -> 'bval (@@) : ('a -> 'b) -> 'a -> 'bval id : 'a -> 'aval comp : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'bval curry : (('a * 'b) -> 'c) -> 'a -> 'b -> 'cval uncurry : ('a -> 'b -> 'c) -> ('a * 'b) -> 'cmodule Tuple3 : sig ... endtype polyval to_poly : 'a -> polyval from_poly : poly -> 'atype yesnomaybe = | Yes| No| Maybe
type ('a, 'b) leftright = | Left of 'a| Right of 'b
val advert : stringmodule Option : sig ... endModule Option to compute type 'a option
module List : sig ... endImprovement of module List
module Clist : sig ... endCircular lists
module Int : sig ... endmodule String_base : sig ... endImprovement of module String
module Url_base : sig ... endval debug : string -> unit