/purescript-streaming-list

A version of lazy lists (Data.List.Lazy) which does not memoise and hence does not hold on to the entire list in memory. This can allow list processing algorithms to work in constant memory..

Watchers