]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/math/partial-dispatch/partial-dispatch.factor
core: Add the shuffler words but without primitives.
[factor.git] / basis / math / partial-dispatch / partial-dispatch.factor
index cc31dd6acde65ef007d4ad2f6f01c01bcd277721..fceee5a75dfe856804130b7f121edea9ea0d9776 100644 (file)
@@ -143,7 +143,7 @@ SYMBOL: fast-math-ops
 
 : math-method* ( word left right -- quot )
     3dup math-op
-    [ [ 3drop ] dip 1quotation ] [ drop math-method ] if ;
+    [ 3nip 1quotation ] [ drop math-method ] if ;
 
 : math-both-known? ( word left right -- ? )
     3dup math-op