package zlist
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Lazy lists for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
zlist-0.4.0.tbz
sha256=bc3bebdb6ce2f806ff0e5fe89e4b4eb4930dab6cabf9f86a9a6fa59a88533ed9
sha512=577f0c2edcd82502bb4fe1bd2365ad6ddd322689aeda2ebeed1f0e1796e9f35b07913d1c20eab2d5a6bcf62007e0cb6489374a663ed7fd57fd3c959e34dc3053
doc/README.html
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 zlistLicense
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.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page