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

2
Cargo.lock generated
View File

@@ -133,7 +133,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "rusty-wam"
version = "0.7.7"
version = "0.7.8"
dependencies = [
"downcast 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
"num 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",

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`