diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-07 08:28:06 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-07 08:28:06 -0400 |
| commit | 2fa0cf9f5f492aa44af6c2f8b80c570cd3d0caf3 (patch) | |
| tree | 92976fbdec8bbbe0f21f233b6047a881b2639325 | |
| parent | c9ed7e71c2d90511d524239783b77fec73866768 (diff) | |
Fix dyadic ¬˜⁼ specification
| -rw-r--r-- | docs/spec/inferred.html | 2 | ||||
| -rw-r--r-- | spec/inferred.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/spec/inferred.html b/docs/spec/inferred.html index 436ec4ce..ee325c5b 100644 --- a/docs/spec/inferred.html +++ b/docs/spec/inferred.html @@ -240,7 +240,7 @@ <tr> <td><code><span class='Function'>¬</span><span class='Modifier'>˜</span></code></td> <td>(1)</td> -<td><code><span class='Function'>¬</span></code></td> +<td><code><span class='Function'>+-</span><span class='Number'>1</span><span class='Modifier'>˙</span></code></td> </tr> </tbody> </table> diff --git a/spec/inferred.md b/spec/inferred.md index a507c381..79bbcac3 100644 --- a/spec/inferred.md +++ b/spec/inferred.md @@ -78,7 +78,7 @@ The following cases of Self/Swap must be supported. In the table below, a number | `√˜` | | `÷⋆⁼` | `∧˜` | `√` | `∧⁼` | `∨˜` | `√⌾¬` | `∨⁼` -| `¬˜` | (1) | `¬` +| `¬˜` | (1) | `+-1˙` Inverses of other modifiers and derived functions or modifiers obtained from them are given below. Here the "inverse" of a modifier is another modifier that, if applied to the same operands as the original operator, gives its inverse function. A constant is either a data value or `𝔽˙` for an arbitrary value `𝔽`. |
