package ocsigenserver

  1. Overview
  2. Docs
A full-featured and extensible Web server

Install

dune-project
 Dependency

Authors

Maintainers

Sources

8.0.0.tar.gz
md5=be7a28e3a79cc028d35c88eca538ee8b
sha512=08cdaab31864aeba743ad0c03077a6eccf1089e7b7c4078045dab9409d409144b70cc546df7881b64b780689eee642ca2391be84ab2a6a8ffee0fbed2ad5ac98

doc/ocsigenserver.baselib/Ocsigen_base/Lib/Let_syntax/index.html

Module Lib.Let_syntax

This module provides support for ppx_let.

  • since 4.2.0
val return : 'a -> 'a Lwt.t
val map : 'a Lwt.t -> f:('a -> 'b) -> 'b Lwt.t

See Lwt.map.

val bind : 'a Lwt.t -> f:('a -> 'b Lwt.t) -> 'b Lwt.t
val both : 'a Lwt.t -> 'b Lwt.t -> ('a * 'b) Lwt.t
module Open_on_rhs : sig ... end