elm-community/lazy-list

Lazy list implementation in Elm


License
BSD-3-Clause
Install
elm-package install elm-community/lazy-list 1.0.0

Documentation

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.