add predicates to lists.pl

This commit is contained in:
Mark Thom
2019-12-01 19:30:40 -07:00
parent c362cc6d34
commit 52488b875a
2 changed files with 32 additions and 4 deletions

View File

@@ -186,6 +186,7 @@ The following predicates are built-in to Scryer.
* `false/0`
* `findall/{3,4}`
* `float/1`
* `foldl/{4,5}`
* `forall/2`
* `freeze/2`
* `functor/3`
@@ -219,6 +220,7 @@ The following predicates are built-in to Scryer.
* `repeat/{0,1}`
* `retract/1`
* `reverse/2`
* `same_length/2`
* `select/3`
* `setof/3`
* `setup_call_cleanup/3`
@@ -226,6 +228,7 @@ The following predicates are built-in to Scryer.
* `string/1`
* `sub_atom/5`
* `subsumes_term/2`
* `sumlist/2`
* `term_expansion/2`
* `term_variables/2`
* `throw/1`