mark clp(X) item as completed, restore clp(Z) library description

This commit is contained in:
Mark Thom
2020-04-05 21:26:27 -03:00
parent 2e5ce0249e
commit 6299d41cda

View File

@@ -54,7 +54,7 @@ Extend Scryer Prolog to include the following, among other features:
(documented in "Tabling as a Library with Delimited Control").
- [x] A _redone_ representation of strings as difference lists of
characters, using a packed internal representation.
- [ ] clp(B) and clp() as builtin libraries (_in progress_).
- [x] clp(B) and clp() as builtin libraries.
- [ ] Streams and predicates for stream control (_in progress_).
- [ ] A compacting garbage collector satisfying the five
properties of "Precise Garbage Collection in Prolog."