diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-14 21:10:09 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-14 21:10:09 -0400 |
| commit | f113d9f57bdae219c87887c5e0781a5c824dc8e4 (patch) | |
| tree | f51c1a7b220d8e144d15f79307aaddb4e0c43896 /docs/doc/primitive.html | |
| parent | c64b7fc606f3a78f6893298d33f272c7323200ab (diff) | |
Document search functions on lists
Diffstat (limited to 'docs/doc/primitive.html')
| -rw-r--r-- | docs/doc/primitive.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/doc/primitive.html b/docs/doc/primitive.html index 46f8d444..e8eedc23 100644 --- a/docs/doc/primitive.html +++ b/docs/doc/primitive.html @@ -206,18 +206,18 @@ </tr> <tr> <td><code><span class='Function'>⊐</span></code></td> -<td><a href="selfcmp.html#classify">Classify</a>* (<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> +<td><a href="selfcmp.html#classify">Classify</a>*</td> +<td><a href="search.html#index-of">Index of</a></td> </tr> <tr> <td><code><span class='Function'>⊒</span></code></td> <td><a href="selfcmp.html#occurrence-count">Occurrence Count</a>*</td> -<td>Progressive Index of*</td> +<td><a href="search.html#progressive-index-of">Progressive Index of</a>*</td> </tr> <tr> <td><code><span class='Function'>∊</span></code></td> <td><a href="selfcmp.html#mark-firsts">Mark Firsts</a></td> -<td><a href="https://aplwiki.com/wiki/Membership">Member of</a></td> +<td><a href="search.html#member-of">Member of</a></td> </tr> <tr> <td><code><span class='Function'>⍷</span></code></td> |
