]> Repositorios git - scryer-prolog.git/commitdiff
update README
authorMark Thom <[email protected]>
Sat, 29 Feb 2020 22:23:48 +0000 (15:23 -0700)
committerMark Thom <[email protected]>
Sat, 29 Feb 2020 22:23:48 +0000 (15:23 -0700)
README.md

index 6606e69176e15b3df3c36d26c71c9229fcd8f77e..0fc8332046f68c4179b74517f61489ec8e5cc4bd 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ Extend Scryer Prolog to include the following, among other features:
 - [x] Built-in predicates for list processing and top-level declarative
       control (`setup_call_cleanup/3`, `call_with_inference_limit/3`,
       etc.)
-- [x] ~~Default representation of strings as list of chars, using a packed
+- [x] ~~Default representation of strings as lists of characters, using a packed
       internal representation.~~
 - [x] `term_expansion/2` and `goal_expansion/2`.
 - [x] Definite Clause Grammars.
@@ -52,8 +52,8 @@ Extend Scryer Prolog to include the following, among other features:
       "Delimited Continuations for Prolog").
 - [x] Tabling library based on delimited continuations
       (documented in "Tabling as a Library with Delimited Control").
-- [x] A _redone_ representation of strings as difference list of
-      chars, using a packed internal representation.
+- [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_).
 - [ ] Streams and predicates for stream control (_in progress_).
 - [ ] An incremental compacting garbage collector satisfying the five