From c44d27fb7fc8dae23df68065ab75c11c222f040d Mon Sep 17 00:00:00 2001 From: Markus Triska Date: Mon, 8 Nov 2021 20:29:39 +0100 Subject: [PATCH] mention pure output predicates in the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8da7f4d3..37405b45 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,8 @@ The modules that ship with Scryer Prolog are also called file, reading lazily only as much as is needed. Due to the compact internal string representation, also extremely large files can be efficiently processed with Scryer Prolog in this way. + `phrase_to_file/2` and `phrase_to_stream/2` write lists of + characters described by DCGs to files and streams, respectively. * [`lambda`](src/lib/lambda.pl) Lambda expressions to simplify higher order programming. * [`charsio`](src/lib/charsio.pl) Various predicates that are useful -- 2.54.0