diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-09 13:17:05 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-09 13:17:05 -0500 |
| commit | 112c35736299e1a30b7edd8a47b09fc5d14b5534 (patch) | |
| tree | fadc220b7477d81b041d9aef73c74d9d958b66a4 /implementation | |
| parent | 5c68173276c1c1b136a7eda3ad8f4423ab0ee9d0 (diff) | |
Add Catch (⎊) to table of VM-provided functions
Diffstat (limited to 'implementation')
| -rw-r--r-- | implementation/vm.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/implementation/vm.md b/implementation/vm.md index 6fdac4bd..185eb1b0 100644 --- a/implementation/vm.md +++ b/implementation/vm.md @@ -200,6 +200,7 @@ The contents of a core runtime are given below. The names given are those used i | 19 | `` ` `` | | 20 | `_fillBy_` | `𝔽` with result fill computed using `𝔾` | 21 | `⊘` | +| 22 | `⎊` | | — | `Decompose`| `•Decompose` | — | `PrimInd` | Index for primitive `𝕩` |
