diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-08 16:14:51 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-08 16:18:16 -0500 |
| commit | c5eef0418df2ae6a97c54839fa010ff60d96f78b (patch) | |
| tree | 7ad892f4d416cfcf380e3a26164df4d240a82037 /docs/doc/pair.html | |
| parent | ded5581732544165dbb14fb2481ab3855104c638 (diff) | |
Add error messages to generated markdown docs with •CurrentError (fixes #22)
Diffstat (limited to 'docs/doc/pair.html')
| -rw-r--r-- | docs/doc/pair.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/pair.html b/docs/doc/pair.html index 46f4c82d..a4bf9b75 100644 --- a/docs/doc/pair.html +++ b/docs/doc/pair.html @@ -51,7 +51,7 @@ </pre> <p>And the arguments to Couple must have the same shape, while Enlist takes any two arguments.</p> <a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=ImFiYyIg4omNICJkZWZnIgoKImFiYyIg4ouIICJkZWZnIg==">↗️</a><pre> <span class='String'>"abc"</span> <span class='Function'>≍</span> <span class='String'>"defg"</span> -ERROR +<span class='Error'>Error: ≍: 𝕨 and 𝕩 must have equal shapes (⟨3⟩ ≡ ≢𝕨, ⟨4⟩ ≡ ≢𝕩)</span> <span class='String'>"abc"</span> <span class='Function'>⋈</span> <span class='String'>"defg"</span> ⟨ "abc" "defg" ⟩ |
