]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/stack-checker/branches/branches.factor
Move make to its own vocabulary, remove fry _ feature
[factor.git] / basis / stack-checker / branches / branches.factor
index 46854831031df8b2c4e13f5c9377d03422d37265..651b8d162695d335a86707f3335c8bd125a4a52f 100644 (file)
@@ -22,7 +22,7 @@ SYMBOL: +bottom+
 
 : phi-inputs ( max-d-in pairs -- newseq )
     dup empty? [ nip ] [
-        swap '[ , _ first2 unify-inputs ] map
+        swap '[ [ , ] dip first2 unify-inputs ] map
         pad-with-bottom
     ] if ;
 
@@ -50,7 +50,7 @@ SYMBOL: quotations
     ] if-empty ;
 
 : branch-variable ( seq symbol -- seq )
-    '[ , _ at ] map ;
+    '[ [ , ] dip at ] map ;
 
 : active-variable ( seq symbol -- seq )
     [ [ terminated? over at [ drop f ] when ] map ] dip