From: Markus Triska Date: Mon, 8 Nov 2021 19:29:39 +0000 (+0100) Subject: mention pure output predicates in the README X-Git-Tag: v0.9.0~30^2~4 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=c44d27fb7fc8dae23df68065ab75c11c222f040d;p=scryer-prolog.git mention pure output predicates in the README --- 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