]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compiler/tree/propagation/transforms/transforms.factor
sequences: more use of minimum/maximum
[factor.git] / basis / compiler / tree / propagation / transforms / transforms.factor
index e2c66d018e09bd72c030396638fc4eeb80c44795..3db6b79eb57069ed853154b1f5ca9ff0f99c3cbd 100644 (file)
@@ -274,7 +274,7 @@ CONSTANT: lookup-table-at-max 256
     } 1&& ;
 
 : lookup-table-seq ( assoc -- table )
-    [ keys supremum 1 + <iota> ] keep '[ _ at ] { } map-as ;
+    [ keys maximum 1 + <iota> ] keep '[ _ at ] { } map-as ;
 
 : lookup-table-quot ( seq -- newquot )
     lookup-table-seq