14:14
2026-05-21
discourse.haskell.org
developer-tools
Lazily consuming a self-referential linked list
The author experimented with implementing a lazily generated work queue for recursive algorithms like breadth-first search and grammar FIRST-Set computation, but found it outperformed by `Data.Sequencβ¦