package ocsigenserver

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ocsigen_lib_baseSource

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.

Sourceexception Ocsigen_Internal_Error of string
Sourceexception Input_is_too_large
Sourceexception Ocsigen_Bad_Request
Sourceexception Ocsigen_Request_too_long
Sourceval (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
Sourceval (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
Sourceval (!!) : 'a Stdlib.Lazy.t -> 'a
Sourceval (|>) : 'a -> ('a -> 'b) -> 'b
Sourceval (@@) : ('a -> 'b) -> 'a -> 'b
Sourceval id : 'a -> 'a
Sourceval comp : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
Sourceval curry : (('a * 'b) -> 'c) -> 'a -> 'b -> 'c
Sourceval uncurry : ('a -> 'b -> 'c) -> ('a * 'b) -> 'c
Sourcemodule Tuple3 : sig ... end
Sourcetype poly
Sourceval to_poly : 'a -> poly
Sourceval from_poly : poly -> 'a
Sourcetype yesnomaybe =
  1. | Yes
  2. | No
  3. | Maybe
Sourcetype ('a, 'b) leftright =
  1. | Left of 'a
  2. | Right of 'b
Sourceval advert : string
Sourcemodule Option : sig ... end

Module Option to compute type 'a option

Sourcemodule List : sig ... end

Improvement of module List

Sourcemodule Clist : sig ... end

Circular lists

Sourcemodule Int : sig ... end
Sourcemodule String_base : sig ... end

Improvement of module String

Sourcemodule Url_base : sig ... end
Sourceval debug : string -> unit
OCaml

Innovation. Community. Security.