package eliom

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

Module Eliom_lib_base.Lwt_opsSource

Module with Lwt operators: Open to use them without polluting your scope.

Sourceval (>>=) : 'a Lwt.t -> ('a -> 'b Lwt.t) -> 'b Lwt.t
Sourceval (=<<) : ('a -> 'b Lwt.t) -> 'a Lwt.t -> 'b Lwt.t
Sourceval (>|=) : 'a Lwt.t -> ('a -> 'b) -> 'b Lwt.t
Sourceval (=|<) : ('a -> 'b) -> 'a Lwt.t -> 'b Lwt.t
OCaml

Innovation. Community. Security.