Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
multi-def
Vocabulary
locals.types
Definition
IN:
locals.types
TUPLE:
multi-def
locals
;
Methods
USING:
accessors
kernel
locals
locals.prettyprint
locals.types
prettyprint.backend
prettyprint.custom
prettyprint.sections
sequences
words
;
M:
multi-def
pprint*
dup
locals>>
[
word?
]
all?
[
<block
\
:>
pprint-word
"("
text
locals>>
[
pprint-var
]
each
")"
text
block>
]
[
pprint-tuple
]
if
;
USING:
accessors
locals.rewrite.sugar
locals.types
make
sequences
;
M:
multi-def
rewrite-sugar*
locals>>
<reversed>
[
<def>
,
]
each
;