package devkit

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

Module Http_lwt.IOSource

Sourcetype 'a t = 'a IO_lwt.t
Sourceval return : 'a -> 'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval bracket : 'a t -> ('a -> unit t) -> ('a -> 'b t) -> 'b t
Sourceval sleep : Time.t -> unit t
Sourceval fail : ?exn:exn -> ('a, unit, string, 'b t) format4 -> 'a
Sourceval raise : exn -> 'a t
Sourceval map_s : ('a -> 'b t) -> 'a list -> 'b list t
Sourceval catch : (unit -> 'a t) -> (exn -> 'a t) -> 'a t
OCaml

Innovation. Community. Security.