No description
- OCaml 92.9%
- Makefile 5.9%
- Standard ML 0.6%
- Dune 0.6%
| attic/scenarios | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| AUTHORS.md | ||
| CHANGES.md | ||
| dune-project | ||
| headache.config | ||
| header.txt | ||
| LICENSE.txt | ||
| Makefile | ||
| play.ml | ||
| README.md | ||
| TODO.md | ||
Kot
kot is an OCaml library that offers an implementation of Kaplan,
Okasaki, and Tarjan's persistent catenable deques,
as described in the paper
Simple Confluently Persistent Catenable Lists.
Installation and Usage
Type opam install kot.
In your dune file, add (libraries kot) to the description of
your library or executable.
Documentation
For more information, please see the documentation of the latest released version.