diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-15 19:23:10 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-15 19:26:07 -0400 |
| commit | 8ad841e92f70fba73a5c778aa972186387f9ff5c (patch) | |
| tree | 44d051e0c4d984ddc630cdbdb456d3b2b9dbf7cf /help/before_bind.md | |
| parent | 08115ba7569cbd21cfe89be152a311e01ebb6c88 (diff) | |
Documentation for Before and After
Diffstat (limited to 'help/before_bind.md')
| -rw-r--r-- | help/before_bind.md | 3 |
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 `πΎ` (`(π½ π¨) πΎ π©`). |
