Open mndrix opened 7 years ago
As of SWI-Prolog version 7.3.32, library(lazy_lists) provides a standard way to convert a stream into a lazy list. It would be nice to replace our homegrown nblist.pl with calls to the standard library.
As of SWI-Prolog version 7.3.32, library(lazy_lists) provides a standard way to convert a stream into a lazy list. It would be nice to replace our homegrown nblist.pl with calls to the standard library.