elm-community / lazy-list

Lazy list implementation in Elm.

Home Page:http://package.elm-lang.org/packages/elm-community/lazy-list/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lazy list implementation in Elm

Lazy lists are useful for large trees where you will only need one path. They power shrinking in elm-test.

Prior to 0.18, this repo was elm-lazy-list. Starting with the 0.18 release, the repo is renamed lazy-list and versioning resets to 1.0.0.

About

Lazy list implementation in Elm.

http://package.elm-lang.org/packages/elm-community/lazy-list/latest

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Elm 100.0%