Packages

A library for lazily evaluated lists.

Current section

Files

Jump to
llists README.md
Raw

README.md

# llists #
Copyright (c) 2019 John Krukoff
__Version:__ 0.1.0
__Authors:__ John Krukoff ([`github@cultist.org`](mailto:github@cultist.org)).
### Overview ###
![Lazy Construction Worker](doc/lazy.png)
### Getting Started ###
This library is published to [hex.pm](https://hex.pm) as [llists](https://hex.pm/packages/llists). If you're using [rebar3](https://www.rebar3.org/) as your build tool, it can be added
as a dependency to your rebar.config as follows:
```
{deps, [{llists}]}.
```
### Usage ###
#### Iterators ####
#### Examples ####
### Contributing ###
Please fork the repo and submit a PR. Tests are run via:
```
rebar3 eunit
```
Documentation is autogenerated using edown and edoc via:
```
rebar3 as markdown edoc
```
The application has only been tested with Erlang/OTP 21 on Windows 10. Reports
of success (or failure!) on other versions and operating systems are
appreciated.
### Lineage ###
## Modules ##
<table width="100%" border="0" summary="list of modules">
<tr><td><a href="http://github.com/jkrukoff/llists/blob/master/doc/llists.md" class="module">llists</a></td></tr></table>