]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/stack-checker/transforms/transforms-tests.factor
factor: Rename MACRO: and MACRO: to have quot as the output in stack effects.
[factor.git] / basis / stack-checker / transforms / transforms-tests.factor
index 2a0b5bfcb2e0547cf4ac8c3e1b648da54780ecfe..204d42f310ea8e29d6ceb20b6b8916dd224f50a3 100644 (file)
@@ -58,7 +58,7 @@ DEFER: smart-combo
 [ [ [ "a" "b" ] very-smart-combo "c" ] very-smart-combo ] must-infer
 
 ! Caveat found by Doug
-MACRO: curry-folding-test ( quot -- )
+MACRO: curry-folding-test ( quot -- quot )
     length \ drop <repetition> >quotation ;
 
 { 3 0 } [ [ 1 2 3 ] curry-folding-test ] must-infer-as