package ocsigenserver

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

Install

Dune Dependency

Authors

Maintainers

Sources

6.0.0.tar.gz
md5=001e22ec2da3ab08840f934a8f005859
sha512=59f36fdf0a640117aa562d1d9ef96b7146843d9b72d71d01366640521405550074e03267fb388c5e685542781fc4bce763818a36cf05c0e033fae5e51c2f1496

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.