From 8e38d39058989e3d057c448bbfdad958c64372f7 Mon Sep 17 00:00:00 2001 From: Mark Thom Date: Fri, 22 Dec 2017 12:43:06 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61f83da8..259ef062 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ strings. The following predicates are built-in to rusty-wam. * Arithmetic support: - * is/2 works for `(+)/2`, `(-)/{1,2}`, `(*)/2`, `(//)/2`, `(div)/2`, `(/)/2`, `(rdiv)/2`, + * `is/2` works for `(+)/2`, `(-)/{1,2}`, `(*)/2`, `(//)/2`, `(div)/2`, `(/)/2`, `(rdiv)/2`, `(xor)/2`, `(rem)/2`, `(mod)/2`, `(/\)/2`, `(\/)/2`, `(>>)/2`, `(<<)/2`. * Comparison operators: `>`, `<`, `=<`, `>=`, `=:=`, `=\=`. * `atomic/1` -- 2.54.0