From fffc462cdbac2947cef88e0637d5b50faa1fb041 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 9 Nov 2021 21:32:56 -0500 Subject: =?UTF-8?q?r1=20requires=20ambivalent=20+=20for=20+=E2=97=8BIsArra?= =?UTF-8?q?y=20and=20other=20arithmetic=20(fixes=20#40)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- implementation/vm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'implementation/vm.md') diff --git a/implementation/vm.md b/implementation/vm.md index 185eb1b0..7c6226b9 100644 --- a/implementation/vm.md +++ b/implementation/vm.md @@ -184,7 +184,7 @@ The contents of a core runtime are given below. The names given are those used i | 3 | `GroupLen` | `โ‰ ยจโŠ”๐•ฉ` for a valid list `๐•ฉ`, with minimum length `๐•จ` | 4 | `GroupOrd` | `โˆพโŠ”๐•ฉ` provided `๐•จ` is `l GroupLen ๐•ฉ` (any `l`) | 5 | `!` | -| 6 | `+` | On two atoms +| 6 | `+` | On one or two atoms | 7 | `-` | On one or two atoms | 8 | `ร—` | On two atoms | 9 | `รท` | On one or two atoms -- cgit v1.2.3