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 | |
| parent | 08115ba7569cbd21cfe89be152a311e01ebb6c88 (diff) | |
Documentation for Before and After
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 `πΎ` (`(π½ π¨) πΎ π©`). |
