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/Clist/index.html

Module Ocsigen_lib_base.ClistSource

Circular lists

Sourcetype 'a t
Sourcetype 'a node
Sourceval make : 'a -> 'a node
Sourceval create : unit -> 'a t
Sourceval insert : 'a t -> 'a node -> unit
Sourceval remove : 'a node -> unit
Sourceval value : 'a node -> 'a
Sourceval in_list : 'a node -> bool
Sourceval is_empty : 'a t -> bool
Sourceval iter : ('a -> unit) -> 'a t -> unit

Infinite iteration on circular lists

Sourceval fold_left : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'a

Infinite fold on circular lists (use with care!)

OCaml

Innovation. Community. Security.