Handbook
Glossary
unpack-value-quot ( out-effect -- quot )
Vocabulary
python
.
syntax
.
private
Inputs
out-effect
an
object
Outputs
quot
an
object
Definition
USING:
combinators
kernel
python
sequences
sequences.generalizations
;
IN:
python.syntax.private
:
unpack-value-quot
( out-effect -- quot )
length
{
{
0
[
[
drop
]
]
}
{
1
[
[
]
]
}
[
[
[
py-tuple>array
]
]
dip
[
firstn
]
curry
compose
]
}
case
;