]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/debugger/debugger.factor
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
[factor.git] / basis / compiler / tree / debugger / debugger.factor
index a57c2c276ccbf112eaed04f9a1db59cb0b1bccfb..e8a7716334ad565d76a134f917f66dea6da98d37 100644 (file)
@@ -23,7 +23,7 @@ IN: compiler.tree.debugger
 
 GENERIC: node>quot ( node -- )
 
-MACRO: match-choose ( alist -- )
+MACRO: match-choose ( alist -- quot )
     [ '[ _ ] ] assoc-map '[ _ match-cond ] ;
 
 MATCH-VARS: ?a ?b ?c ;