remove no longer present items from predicate list

This commit is contained in:
Mark Thom
2018-05-15 22:51:34 -06:00
parent 9fbb73dcb8
commit df265e60a9
2 changed files with 1 additions and 4 deletions

View File

@@ -129,8 +129,6 @@ The following predicates are built-in to rusty-wam.
* `atomic/1`
* `between/3`
* `call/1..62`
* `call_cleanup/2`
* `call_with_inference_limit/3`
* `catch/3`
* `compare/3`
* `compound/1`
@@ -154,7 +152,6 @@ The following predicates are built-in to rusty-wam.
* `repeat/0`
* `reverse/2`
* `select/3`
* `setup_call_cleanup/3`
* `sort/2`
* `string/1`
* `throw/1`