diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | doc/README.md | 1 | ||||
| -rw-r--r-- | docs/doc/index.html | 1 | ||||
| -rw-r--r-- | docs/index.html | 2 |
4 files changed, 4 insertions, 2 deletions
@@ -12,7 +12,7 @@ BQN maintains many of the ideas that made APL\360 revolutionary in 1966: * **Higher-order functions** allow basic functions to be applied in more powerful ways. It incorporates concepts developed over years of APL practice: -* The **leading axis model**, which allows for simpler built-in functions. +* The [**leading axis model**](doc/leading.md), which allows for simpler built-in functions. * Trains and combinators for **tacit programming**. * Lightweight **anonymous functions** (like [dfns](https://aplwiki.com/wiki/Dfn)). diff --git a/doc/README.md b/doc/README.md index 61f75450..49436ac0 100644 --- a/doc/README.md +++ b/doc/README.md @@ -8,6 +8,7 @@ Concepts: - [Context-free grammar](context.md) - [Functional programming](functional.md) - [Array indices](indices.md) +- [The leading axis model](leading.md) Primitives: - [Array depth](depth.md) (`≡` and `⚇`) diff --git a/docs/doc/index.html b/docs/doc/index.html index 67d2237d..72ee937f 100644 --- a/docs/doc/index.html +++ b/docs/doc/index.html @@ -7,6 +7,7 @@ <li><a href="context.html">Context-free grammar</a></li> <li><a href="functional.html">Functional programming</a></li> <li><a href="indices.html">Array indices</a></li> +<li><a href="leading.html">The leading axis model</a></li> </ul> <p>Primitives:</p> <ul> diff --git a/docs/index.html b/docs/index.html index 1c538459..21590b89 100644 --- a/docs/index.html +++ b/docs/index.html @@ -11,7 +11,7 @@ </ul> <p>It incorporates concepts developed over years of APL practice:</p> <ul> -<li>The <strong>leading axis model</strong>, which allows for simpler built-in functions.</li> +<li>The <a href="doc/leading.html"><strong>leading axis model</strong></a>, which allows for simpler built-in functions.</li> <li>Trains and combinators for <strong>tacit programming</strong>.</li> <li>Lightweight <strong>anonymous functions</strong> (like <a href="https://aplwiki.com/wiki/Dfn">dfns</a>).</li> </ul> |
