Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Latest commit

 

History

History
5 lines (3 loc) · 281 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 281 Bytes

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.