aboutsummaryrefslogtreecommitdiff
path: root/doc/functional.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-06 21:55:23 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2021-01-06 22:00:24 -0500
commitabe8ae4745bb2ebe3b71b047aa92e2ae89a414d5 (patch)
treea9344b34a666ae7f83693762cb905db9f80e426e /doc/functional.md
parent337044f77dc491459e798625972cd83bed1e72bc (diff)
Avoid joining units in some documentation
Diffstat (limited to 'doc/functional.md')
-rw-r--r--doc/functional.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/functional.md b/doc/functional.md
index 49fb0c25..86621699 100644
--- a/doc/functional.md
+++ b/doc/functional.md
@@ -151,7 +151,7 @@ Like any function, this one can be given a name and then called. A quirk of this
Another, and probably more common, use of arrays of functions is to apply several different functions to one or more arguments. Here we apply three different functions to the number 9:
- ⟨√, 2⊸∾, ⊢-⋆⟩ {𝕎𝕩}¨ 9
+ ⟨√, 2⊸≍, ⊢-⋆⟩ {𝕎𝕩}¨ 9
The 2-modifier Choose (`◶`) relies on arrays of functions to… function. It's very closely related to Pick `⊑`, and in fact when the left operand and the elements of the right operand are all data there's no real difference: Choose returns the constant function `𝕗⊑𝕘`.