]> gitweb.factorcode.org Git - factor.git/commitdiff
math.order: Removing stack effect (not quite right).
authorJohn Benediktsson <mrjbq7@gmail.com>
Fri, 23 Sep 2011 00:30:56 +0000 (17:30 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 24 Sep 2011 00:46:49 +0000 (17:46 -0700)
core/math/order/order.factor

index a9013b500170264081f3861012d61ef3cd4e4111..499cf06e9a6394d04d514331a88dc7f2c2949580 100644 (file)
@@ -45,4 +45,4 @@ M: object max [ after? ] most ; inline
 
 : [-] ( x y -- z ) - 0 max ; inline
 
-: compare ( obj1 obj2 quot: ( obj -- newobj ) -- <=> ) bi@ <=> ; inline
+: compare ( obj1 obj2 quot -- <=> ) bi@ <=> ; inline