module Ocsigen_pervasives: sig
.. end
Circular lists
exception Ocsigen_Internal_Error of string
exception Input_is_too_large
exception Ocsigen_Bad_Request
exception Ocsigen_Request_too_long
val id : 'a -> 'a
val (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
val (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
val comp : ('a -> 'b) -> ('c -> 'a) -> 'c -> 'b
type
yesnomaybe =
type ('a, 'b)
leftright =
| |
Left of 'a |
| |
Right of 'b |
val advert : string
module List: sig
.. end
module Clist: sig
.. end
Circular lists
module String: sig
.. end
module Url: sig
.. end
module Ip_address: sig
.. end
module Filename: sig
.. end
module Printexc: sig
.. end
val debug : string -> unit