diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-06-03 22:04:33 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-06-03 22:04:33 -0400 |
| commit | efa9759b24567bdda8f6345bd4b6e548e8a278cc (patch) | |
| tree | 83c9536b201bff4c712b02401921d2ccf7c20a45 /doc/couple.md | |
| parent | c2f267499984ee478d5d6aa34b30acd1f1fff58e (diff) | |
Editing
Diffstat (limited to 'doc/couple.md')
| -rw-r--r-- | doc/couple.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/couple.md b/doc/couple.md index 51309b18..e62e581c 100644 --- a/doc/couple.md +++ b/doc/couple.md @@ -24,7 +24,7 @@ Merge is effectively a generalization of Solo and Couple, since Solo is `{>⟨ ## Merge and array theory -In all cases what these functions do is more like reinterpreting existing data than creating new information. In fact, if we ignore the shape and look at the ravels of the arrays involved in a call to Merge, we find that it just [joins](join.md) them together. Essentially, Merge is a request to ensure that the inner arrays (which, being independent elements, could be any sort of "ragged" array) can fit together in an array, and then to consider them to be such an array. For this reason, Merge (or a virtual analogue) is used to combine the result cells when calling a function with Rank into a single array. +In all cases what these functions do is more like reinterpreting existing data than creating new information. In fact, if we ignore the shape and look at the deshaped arrays involved in a call to Merge, we find that it just [joins](join.md) them together. Essentially, Merge is a request to ensure that the inner arrays (which, being independent elements, could be any sort of "ragged" array) can fit together in an array, and then to consider them to be such an array. For this reason, Merge (or a virtual analogue) is used to combine the result cells when calling a function with Rank into a single array. ⥊ > a ⥊ ⥊¨ a |
