package ocsigenserver

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

Install

Dune Dependency

Authors

Maintainers

Sources

4.0.2.tar.gz
md5=5ea779e418bf936d7301057d6d95011c
sha512=e27b9ad71ac2bd0e817ff35b66de606ffabd5b71b88b34974cbf41181e5a824767616fdd2b7908539bdd394c0873aaacdc7768f6dc7ad3f9dc33e8eb1a6f9fa6

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.