Skip to content

hakuch/zlist

Repository files navigation

zlist: Lazy lists for OCaml

%%VERSION%%

Zlist defines a lazy list type and many useful functions for it.

About

Development is hosted on 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 package:

$ 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.