aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-07 08:28:06 -0400
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-09-07 08:28:06 -0400
commit2fa0cf9f5f492aa44af6c2f8b80c570cd3d0caf3 (patch)
tree92976fbdec8bbbe0f21f233b6047a881b2639325 /spec
parentc9ed7e71c2d90511d524239783b77fec73866768 (diff)
Fix dyadic ¬˜⁼ specification
Diffstat (limited to 'spec')
-rw-r--r--spec/inferred.md2
1 files changed, 1 insertions, 1 deletions
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 `𝔽`.