package zlist

  1. Overview
  2. Docs
Lazy lists for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

zlist-0.4.0.tbz
sha256=bc3bebdb6ce2f806ff0e5fe89e4b4eb4930dab6cabf9f86a9a6fa59a88533ed9
sha512=577f0c2edcd82502bb4fe1bd2365ad6ddd322689aeda2ebeed1f0e1796e9f35b07913d1c20eab2d5a6bcf62007e0cb6489374a663ed7fd57fd3c959e34dc3053

Description

zlist consists of the definition of a lazy list type and a number of useful functions for manipulating and constructing lazy lists.

Published: 22 Mar 2021

README

zlist: Lazy lists for OCaml

0.4.0

zlist consists of the definition of a lazy list type and a number of useful functions for manipulating and constructing lazy lists.

About

Development is hosted at GitLab and mirrored at GitHub.

API documentation can be found online.

Inspiration

This implementation is heavily inspired by "Functional Programming in Scala", by Chiusano and Bjarnason (2014).

Installing

The easiest way to install zlist is through the opam repository:

$ opam install zlist

License

zlist is copyright 2016 by Jesse Haber-Kucharsky.

zlist is released under the terms of the Apache license, version 2.0. See /LICENSE for more information.

Dependencies (1)

  1. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.