package zlist

  1. Overview
  2. Docs
Lazy lists for OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

zlist-0.5.0.tbz
sha256=f87c9bca750a4fe30621ea7aa8a0dc8feddb1ba78e83625526ce5190f42879b5
sha512=a3e9fcf2171119bdb097bf755bda5ecfbe66f7ea75d817cd724b3383e68960ed76f77aceec55710fd0ee160cb4cd7a81a496abb6618e94b8f22b8b3d193f936f

Description

The definition of a lazy list type and a number of useful functions for manipulating and constructing lazy lists.

Published: 04 Apr 2021

README

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.

Dependencies (1)

  1. dune >= "2.7"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None