Handbook
Glossary
strict-upper ( shape obj -- shaped )
Vocabulary
arrays
.
shaped
Inputs
shape
an
object
obj
an
object
Outputs
shaped
an
object
Definition
USING:
kernel
;
IN:
arrays.shaped
:
strict-upper
( shape obj -- shaped )
[
zeros
check-2d
]
dip
[
[
drop
]
]
dip
[
]
curry
compose
map-strict-upper
;