remove no longer present items from predicate list
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -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)",
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user