2015-02-05 10:22:15 -05:00
|
|
|
USING: compiler.tree effects help.markup help.syntax kernel math quotations ;
|
2015-02-05 05:36:44 -05:00
|
|
|
IN: stack-checker.recursive-state
|
|
|
|
|
|
|
|
HELP: recursive-quotation?
|
2015-02-05 10:22:15 -05:00
|
|
|
{ $values { "quot" quotation } { "?" boolean } }
|
2015-02-05 05:36:44 -05:00
|
|
|
{ $description "Checks if the quotation is among the registered recursive quotations." } ;
|