From: Markus Triska Date: Sun, 26 Apr 2020 19:38:18 +0000 (+0200) Subject: add library(cont) to the list X-Git-Tag: v0.8.123~108^2^2 X-Git-Url: https://git.sagredo.dev/?a=commitdiff_plain;h=a167bcff5e0392cb623017606a4c5447a33b4e2b;p=scryer-prolog.git add library(cont) to the list --- diff --git a/README.md b/README.md index d822f769..c1e40c59 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,8 @@ The modules that ship with Scryer Prolog are also called * [`time`](src/prolog/lib/time.pl) `time/1` reports the CPU time of a goal. It is useful for measuring the performance of your code. +* [`cont`](src/prolog/lib/cont.pl) + Provides *delimited continuations* via `reset/3` and `shift/1`. To read contents of external files, use `phrase_from_file/2` from [`library(pio)`](src/prolog/lib/pio.pl) to apply a DCG to