package dlist

  1. Overview
  2. Docs
A pure functional list-like data structure supporting O(1) concatenation.

Install

Dune Dependency

Authors

Maintainers

Sources

v0.0.2.tar.gz
md5=46c12c66c62457acb9219e018faae666

Description

This is particularly useful for efficient list construction from many lists. It is an immutable data type containing no side effect.

Documentation: http://byvoid.github.io/Dlist/Dlist.html

Published: 21 Nov 2013

Dependencies (3)

  1. ocamlbuild build
  2. ocamlfind >= "1.3.2"
  3. ocaml >= "4.00.1" & < "4.06.0"

Dev Dependencies

None

Used by (1)

  1. batsh < "0.0.5"

Conflicts (2)

  1. core_bench < "109.41.00"
  2. core < "109.42.00"