diff options
Diffstat (limited to 'help')
| -rw-r--r-- | help/after_bind.md | 3 | ||||
| -rw-r--r-- | help/before_bind.md | 3 |
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 `πΎ` (`(π½ π¨) πΎ π©`). |
