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 /doc/primitive.md | |
| parent | 08115ba7569cbd21cfe89be152a311e01ebb6c88 (diff) | |
Documentation for Before and After
Diffstat (limited to 'doc/primitive.md')
| -rw-r--r-- | doc/primitive.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/primitive.md b/doc/primitive.md index 79d6120b..f29dea71 100644 --- a/doc/primitive.md +++ b/doc/primitive.md @@ -71,8 +71,8 @@ Glyph | Name(s) | Definition | Description `Λ` | [Self/Swap](swap.md) | `{π©π½π¨β£π©}` | Duplicate one argument or exchange two `β` | [Atop](compose.md) | `{π½π¨πΎπ©}` | Apply `πΎ` to both arguments and `π½` to the result `β` | [Over](compose.md) | `{(πΎπ¨)π½πΎπ©}` | Apply `πΎ` to each argument and `π½` to the results -`βΈ` | Before/Bind | `{(π½π¨β£π©)πΎπ©}` | `πΎ`'s left argument comes from `π½` -`β` | After/Bind | `{(π¨β£π©)π½πΎπ©}` | `π½`'s right argument comes from `πΎ` +`βΈ` | [Before/Bind](hook.md) | `{(π½π¨β£π©)πΎπ©}` | `πΎ`'s left argument comes from `π½` +`β` | [After/Bind](hook.md) | `{(π¨β£π©)π½πΎπ©}` | `π½`'s right argument comes from `πΎ` `βΎ` | Under | `{πΎβΌβπ½βπΎ}` OR `{(πΎπ©)β©π¨π½βπΎπ©βπ©}` | Apply `π½` over `πΎ`, then undo `πΎ` `β` | [Valences](valences.md) | `{π½π©;π¨πΎπ©}` | Apply `π½` if there's one argument but `πΎ` if there are two `βΆ` | [Choose](choose.md) | `{fβ(π¨π½π©)βπ β π¨Fπ©}` | Select one of the functions in list `π` based on `π½` |
