Lazy::List<a>
Constructors
- nil()
- cons(a head,Lazy::List<a> () tail)
Usage
As Prelude::List, but using a function for the tail. The tail of the list will be generated only when required.
As Prelude::List, but using a function for the tail. The tail of the list will be generated only when required.