diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-20 13:50:30 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-09-20 13:50:30 -0400 |
| commit | f910f64594053011efd57a97100ad19ee1e39fb4 (patch) | |
| tree | 33550f94bf4c2ea035e73d6e37395de299e4ab11 /spec/reference.bqn | |
| parent | bfc6eb1fcc5408ecf415224d47494a4005330da8 (diff) | |
Use "unit" or "rank-0" instead of "scalar"
Diffstat (limited to 'spec/reference.bqn')
| -rw-r--r-- | spec/reference.bqn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/spec/reference.bqn b/spec/reference.bqn index 6be56fdd..d88cae63 100644 --- a/spec/reference.bqn +++ b/spec/reference.bqn @@ -36,7 +36,7 @@ _amend # {(πβπ©)β©π¨βπ©} β # LIMITED to number π© Identity # Left or right identity of function π βΌ # Inverse of function π½ -Type # Scalar (enclosed) prototype of π© +Type # Unit (enclosed) prototype of π© #β @@ -54,7 +54,7 @@ Type # Scalar (enclosed) prototype of π© βΈ β {(π½π¨β£π©)πΎπ©} β β {(π¨β£π©)π½πΎπ©} -# LIMITED to numeric arguments for scalar cases +# LIMITED to numeric arguments for arithmetic cases β β 2βΈβ β (ββΓ·Λ) β§ β Γ β¨ β (+-Γ) @@ -89,7 +89,7 @@ Length β (0<=)βΆβ¨1β0ββ’β© #β # LAYER 2: Pervasion -# After defining _perv, we apply it to all scalar functions, +# After defining _perv, we apply it to all arithmetic functions, # making them pervasive. I'm not going to write that out. ToArray β IsArrayβΆ<βΏβ’ |
