Handbook
Glossary
?pprint-tuple ( tuple quot -- )
Vocabulary
prettyprint
.
backend
Inputs
tuple
an
object
quot
an
object
Outputs
None
Definition
USING:
kernel
namespaces
prettyprint.config
prettyprint.custom
;
IN:
prettyprint.backend
:
?pprint-tuple
( tuple quot -- )
[
boa-tuples?
get
[
pprint-object
]
]
dip
[
check-recursion
]
curry
if
;
inline