package ocsigenserver

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

Install

Dune Dependency

Authors

Maintainers

Sources

5.1.2.tar.gz
md5=cc9afaa6cad28fb2b6c803ed6cec308f
sha512=9096bc31a55f9d47f5f9b708b16d8b32cfcab99e514bce086046cf78e9731076bf2adac7e68b4291f3a0e65048e70e7c43fa2df8b80ae0eed62840db3e216b77

doc/ocsigen_lib_base/Ocsigen_lib_base/Option/index.html

Module Ocsigen_lib_base.OptionSource

Module Option to compute type 'a option

Sourcetype 'a t = 'a option
Sourceval map : ('a -> 'b) -> 'a t -> 'b t
Sourceval get : (unit -> 'a) -> 'a t -> 'a
Sourceval get' : 'a -> 'a t -> 'a
Sourceval iter : ('a -> unit) -> 'a t -> unit
Sourceval return : 'a -> 'a t
Sourceval bind : 'a t -> ('a -> 'b t) -> 'b t
Sourceval to_list : 'a t -> 'a list
Sourcemodule Lwt : sig ... end
OCaml

Innovation. Community. Security.