diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-09 19:41:46 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-09 19:41:46 -0500 |
| commit | 8ebab7cbc82d35265fcc8ac56b363eb5c9a156ec (patch) | |
| tree | 95bb226c211f537bd592935a1b62dc2f6ea487a5 | |
| parent | 3ee980f45cc08c742cb51de4a2f25bac9ed1d2b1 (diff) | |
Subscript 1; restore dyadic ⊸ as Queer bird
| -rw-r--r-- | doc/birds.md | 2 | ||||
| -rw-r--r-- | docs/doc/birds.html | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/birds.md b/doc/birds.md index d372b386..ddf483f6 100644 --- a/doc/birds.md +++ b/doc/birds.md @@ -11,7 +11,7 @@ Some people consider it reasonable to name [combinators](primitive.md#modifiers) | `∘` | Bluebird | `B` | Blackbird | `B₁` | | `○` | Bluebird | `B` | Psi | `ψ` | | `˙` | Kestrel | `K` | | `KK` | -| `⊸` | | `B1CBSC` | ~Dove | `D`-like: `labcd.b(ac)d` | +| `⊸` | | `B₁CBSC` | Queer | `Q` | | `⟜` | Starling | `S` | ~Dove | `D`-like: `labcd.ac(bd)` | | `˜` | Warbler | `W` | Cardinal | `C` | | `k G H` | Dove | `D` | Eagle | `E` | diff --git a/docs/doc/birds.html b/docs/doc/birds.html index 07be8992..716aa9ea 100644 --- a/docs/doc/birds.html +++ b/docs/doc/birds.html @@ -55,9 +55,9 @@ <tr> <td align="center"><code><span class='Modifier2'>⊸</span></code></td> <td></td> -<td><code><span class='Function'>B1CBSC</span></code></td> -<td>~Dove</td> -<td><code><span class='Function'>D</span></code>-like: <code><span class='Value'>labcd.b</span><span class='Paren'>(</span><span class='Value'>ac</span><span class='Paren'>)</span><span class='Value'>d</span></code></td> +<td><code><span class='Function'>B</span><span class='Value'>₁</span><span class='Function'>CBSC</span></code></td> +<td>Queer</td> +<td><code><span class='Function'>Q</span></code></td> </tr> <tr> <td align="center"><code><span class='Modifier2'>⟜</span></code></td> |
