]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/functions/functions.factor
Fix conflict
[factor.git] / basis / math / functions / functions.factor
index 7e2ac0884ca9edae5a042c7507544aa4df370e40..65c13f29fc36f273dbd7457659904f60c8267123 100644 (file)
@@ -43,7 +43,7 @@ M: integer ^n
     [ factor-2s ] dip [ (^n) ] keep rot * shift ;
 
 M: ratio ^n
-    [ >fraction ] dip tuck [ ^n ] 2bi@ / ;
+    [ >fraction ] dip [ ^n ] curry bi@ / ;
 
 M: float ^n
     (^n) ;