diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-19 08:48:25 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-19 08:48:25 -0400 |
| commit | 0865e65e2d4b1f53ea0f2fbb711be77e6fedd9ac (patch) | |
| tree | 0a283c58bccf0f187f19cd5c62e97c66ff9bb325 | |
| parent | 222a7f19b75388b0c07b339ada198eb8fe5b9b15 (diff) | |
Monadic Range returns an atom
| -rw-r--r-- | docs/spec/system.html | 2 | ||||
| -rw-r--r-- | spec/system.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/spec/system.html b/docs/spec/system.html index 477f32b4..e95be2ab 100644 --- a/docs/spec/system.html +++ b/docs/spec/system.html @@ -458,7 +458,7 @@ <tbody> <tr> <td><code><span class='Function'>Range</span></code></td> -<td>An array of shape <code><span class='Value'>𝕨</span><span class='Function'>⊣</span><span class='Bracket'>⟨⟩</span></code> selected from <code><span class='Function'>↕</span><span class='Value'>𝕩</span></code></td> +<td>A number, or array of shape <code><span class='Value'>𝕨</span></code>, selected from <code><span class='Function'>↕</span><span class='Value'>𝕩</span></code></td> </tr> <tr> <td><code><span class='Function'>Deal</span></code></td> diff --git a/spec/system.md b/spec/system.md index adfbcfd5..b7c9b911 100644 --- a/spec/system.md +++ b/spec/system.md @@ -205,7 +205,7 @@ More accurately the modifier `•_maxTime_` *may* fail if execution of `𝔽` ta | Name | Summary |-----------|------------------------------ -| `Range` | An array of shape `𝕨⊣⟨⟩` selected from `↕𝕩` +| `Range` | A number, or array of shape `𝕨`, selected from `↕𝕩` | `Deal` | A simple random sample of `𝕨⊣𝕩` elements of `↕𝕩` | `Subset` | A sorted SRS of `𝕨` elements of `↕𝕩` |
