factor/extra/prettyprint/callables/callables-docs.factor

7 lines
438 B
Factor
Raw Normal View History

USING: help help.markup help.syntax kernel quotations ;
IN: prettyprint.callables
2009-08-06 16:21:53 -04:00
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." } ;