factor/basis/prettyprint/backend/callables/callables-docs.factor

7 lines
428 B
Factor

USING: help help.markup help.syntax ;
IN: prettyprint.backend.callables
HELP: simplify-callable
{ $values { "quot" callable } { "quot'" callable } }
{ $description "Converts " { $snippet "quot" } " into an equivalent quotation by simplifying usages of " { $link dip } ", " { $link call } ", " { $link curry } ", and " { $link compose } " with literal parameters. This word is used when callable objects are prettyprinted." } ;