diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 16:06:15 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-19 16:07:54 -0500 |
| commit | 8c2607133c1147eee5588738c9b05467b799b127 (patch) | |
| tree | 4e60cd11ca720dac4c68268a32c61b8ce1d0ec12 /help/before_bindleft.md | |
| parent | 9adb6f754d9e69b9db28b413eba90e3c4515d649 (diff) | |
Align filenames with repl.js descriptions
Diffstat (limited to 'help/before_bindleft.md')
| -rw-r--r-- | help/before_bindleft.md | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/help/before_bindleft.md b/help/before_bindleft.md deleted file mode 100644 index eeeb1fcf..00000000 --- a/help/before_bindleft.md +++ /dev/null @@ -1,43 +0,0 @@ -*View this file with results and syntax highlighting [here](https://mlochbaum.github.io/BQN/help/before_bindleft.html).* - -# Multimap (`βΈ`) - -## `πβΈπΎ π©`: Bind Left - -Supply `π` as a left argument to `πΎ` (`π πΎ π©`). - -## `π` must be a value, `πΎ` must be dyadic. - - 3βΈ- 9 - - 3 - 9 - - - -## `π½βΈπΎ π©`: Before - -Apply `π½` to `π©`, and supply it as a left argument to `πΎ` (`(π½ π©) πΎ π©`). - -`π½` must be monadic, `πΎ` must be dyadic. - - -βΈ+ 9 - - - + 9 - - (- 9) + 9 - - - -## `π¨ π½βΈπΎ π©`: Dyadic Before - -Apply `π½` to `π¨`, and supply it as a left argument to `πΎ` (`(π½ π¨) πΎ π©`). - -`π½` must be monadic, `πΎ` must be dyadic. - - 2 -βΈ+ 1 - - 2 - + 1 - - (- 2) + 1 - - |
