diff options
| -rw-r--r-- | doc/primitive.md | 2 | ||||
| -rw-r--r-- | docs/doc/primitive.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/primitive.md b/doc/primitive.md index cef1a13c..3a2d72a6 100644 --- a/doc/primitive.md +++ b/doc/primitive.md @@ -45,7 +45,7 @@ Functions that have significant differences from APL functions are marked with a | `⍒` | [Grade Down](https://aplwiki.com/wiki/Grade) | [Bins Down](https://aplwiki.com/wiki/Interval_Index) | `⊏` | First Cell* | Select* | `⊑` | [First](https://aplwiki.com/wiki/First) | Pick* -| `⊐` | | [Index of](https://aplwiki.com/wiki/Index_Of) +| `⊐` | Classify* (`⍷⊸⊐`) | [Index of](https://aplwiki.com/wiki/Index_Of) | `⊒` | Occurrence Count* | Progressive Index of* | `∊` | [Unique Mask](https://aplwiki.com/wiki/Nub_Sieve) | [Member of](https://aplwiki.com/wiki/Membership) | `⍷` | [Deduplicate](https://aplwiki.com/wiki/Unique) | [Find](https://aplwiki.com/wiki/Find) diff --git a/docs/doc/primitive.html b/docs/doc/primitive.html index 78366a68..9ea5651c 100644 --- a/docs/doc/primitive.html +++ b/docs/doc/primitive.html @@ -194,7 +194,7 @@ </tr> <tr> <td><code><span class='Function'>⊐</span></code></td> -<td></td> +<td>Classify* (<code><span class='Function'>⍷</span><span class='Modifier2'>⊸</span><span class='Function'>⊐</span></code>)</td> <td><a href="https://aplwiki.com/wiki/Index_Of">Index of</a></td> </tr> <tr> |
