package zlist

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

zlist: Lazy lists for OCaml

0.5.0

Zlist defines the type of a lazy list and many useful functions on 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.

OCaml

Innovation. Community. Security.