simplify-callable docs

db4
Joe Groff 2009-08-06 16:21:53 -04:00
parent 0a4d926212
commit 556904cf57
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
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." } ;