aboutsummaryrefslogtreecommitdiff
path: root/help/before_bind.md
diff options
context:
space:
mode:
Diffstat (limited to 'help/before_bind.md')
-rw-r--r--help/before_bind.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/help/before_bind.md b/help/before_bind.md
index 78073413..403e7092 100644
--- a/help/before_bind.md
+++ b/help/before_bind.md
@@ -3,6 +3,7 @@
# Multimap (`⊸`)
## `π•—βŠΈπ”Ύ 𝕩`: Bind Left
+[β†’full documentation](../doc/hook.md#bind)
Supply `𝕗` as a left argument to `𝔾` (`𝕗 𝔾 𝕩`).
@@ -15,6 +16,7 @@ Supply `𝕗` as a left argument to `𝔾` (`𝕗 𝔾 𝕩`).
## `π”½βŠΈπ”Ύ 𝕩`: Before
+[β†’full documentation](../doc/hook.md)
Apply `𝔽` to `𝕩`, and supply it as a left argument to `𝔾` (`(𝔽 𝕩) 𝔾 𝕩`).
@@ -29,6 +31,7 @@ Apply `𝔽` to `𝕩`, and supply it as a left argument to `𝔾` (`(𝔽 𝕩)
## `𝕨 π”½βŠΈπ”Ύ 𝕩`: Dyadic Before
+[β†’full documentation](../doc/hook.md)
Apply `𝔽` to `𝕨`, and supply it as a left argument to `𝔾` (`(𝔽 𝕨) 𝔾 𝕩`).