From de0b28520bc7bb65459db17c7451f808f6ef4e3e Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 12 Jul 2022 12:28:25 -0400 Subject: =?UTF-8?q?Tweak=20Indices=20example=20to=20avoid=20{=F0=9D=95=A9/?= =?UTF-8?q?1=E2=8C=BD=F0=9D=95=A9}=20interpretation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/replicate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/replicate.md b/doc/replicate.md index b096ae62..7dd23e13 100644 --- a/doc/replicate.md +++ b/doc/replicate.md @@ -97,7 +97,7 @@ If `𝕨` is `⟨⟩`, then it has depth 1, but is handled with the multidimensi The monadic form of `/` is much simpler than the dyadic one, with no multidimensional case or mismatched argument ranks. `𝕩` has to be a list of natural numbers, and `/𝕩` is the list `𝕩/↕≠𝕩`. Its elements are the [indices](indices.md) for `𝕩`, with index `i` repeated `i⊑𝕩` times. - / 3‿0‿1‿2 + / 3‿0‿2‿1 A unit argument isn't allowed, and isn't very useful: for example, `/6` might indicate an array of six zeros, but this can be written `/⥊6` or `6⥊0` with hardly any extra effort. -- cgit v1.2.3