]> Repositorios git - scryer-prolog.git/commitdiff
add library(cont) to the list
authorMarkus Triska <[email protected]>
Sun, 26 Apr 2020 19:38:18 +0000 (21:38 +0200)
committerMarkus Triska <[email protected]>
Sun, 26 Apr 2020 19:57:37 +0000 (21:57 +0200)
README.md

index d822f7697732153baf5d562dd0df17e68408fec3..c1e40c595c24912d1434faee6d97f4262a9b276f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -341,6 +341,8 @@ The modules that ship with Scryer&nbsp;Prolog are also called
 * [`time`](src/prolog/lib/time.pl)
   `time/1` reports the CPU&nbsp;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&nbsp;DCG to