diff options
| -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 `𝔽`. |
