package zlist

  1. Overview
  2. Docs

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.

OCaml

Innovation. Community. Security.