]> Repositorios git - scryer-prolog.git/commitdiff
remove no longer present items from predicate list
authorMark Thom <[email protected]>
Wed, 16 May 2018 04:51:34 +0000 (22:51 -0600)
committerMark Thom <[email protected]>
Wed, 16 May 2018 04:51:34 +0000 (22:51 -0600)
Cargo.lock
README.md

index fd2b7642f7274acdcb6df6e383284f0f8c1ec4c0..1a04f97ae2897d828d644c60aa435fc0fe3881a4 100644 (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)",
index 4be008f5153905cb105904daf9dbadc220058011..908a79cc5b848fc32cf973dfb663f8809b28b955 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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`