diff options
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βΆ<βΏβ’ |
