package ocsigenserver

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

Install

Dune Dependency

Authors

Maintainers

Sources

5.0.1.tar.gz
md5=528d59a39e9bda4c628022b4f1e0951e
sha512=1b8653487722ad26c0c0bfcf820402a783018039ce8b7c749ffb57bc80eeb1234464950ee639cb951c5b3dde1b4e85a992dfbbc782d55e7c2a356ff2f28a3917

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.