simplify-callable docs
parent
0a4d926212
commit
556904cf57
|
@ -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." } ;
|
Loading…
Reference in New Issue