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

elm-community/lazy-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.