aboutsummaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/after_bind.md3
-rw-r--r--help/before_bind.md3
2 files changed, 6 insertions, 0 deletions
diff --git a/help/after_bind.md b/help/after_bind.md
index b18cc729..727ed83e 100644
--- a/help/after_bind.md
+++ b/help/after_bind.md
@@ -3,6 +3,7 @@
# Left Multimap (`⟜`)
## `π”½βŸœπ•˜ 𝕩`: Bind
+[β†’full documentation](../doc/hook.md#bind)
Supply `π•˜` as a right argument to `𝔽` (`𝕩 𝔽 π•˜`).
@@ -17,6 +18,7 @@ Supply `π•˜` as a right argument to `𝔽` (`𝕩 𝔽 π•˜`).
## `π”½βŸœπ”Ύ 𝕩`: After
+[β†’full documentation](../doc/hook.md)
Apply `𝔾` to `𝕩`, and supply it as a right argument to `𝔽` (`𝕩 𝔽 (𝔾 𝕩)`).
@@ -31,6 +33,7 @@ Apply `𝔾` to `𝕩`, and supply it as a right argument to `𝔽` (`𝕩 𝔽
## `𝕨 π”½βŸœπ”Ύ 𝕩`: Dyadic After
+[β†’full documentation](../doc/hook.md)
Apply `𝔾` to `𝕩`, and supply it as a right argument to `𝔽` (`𝕨 𝔽 (𝔾 𝕩)`).
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 `𝔾` (`(𝔽 𝕨) 𝔾 𝕩`).