]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/logging/analysis/analysis.factor
sequences: bound -> index-or-length
[factor.git] / basis / logging / analysis / analysis.factor
index baeeeb0b1664cd5f795e015cf5cfbd112589fb50..84c267400992481c5fb0a67a8d0a5b8195ff7235 100644 (file)
@@ -20,7 +20,7 @@ SYMBOL: message-histogram
     drop ;
 
 : recent-histogram ( assoc n -- alist )
-    [ sort-values <reversed> ] dip bound head ;
+    [ sort-values <reversed> ] dip index-or-length head ;
 
 : analyze-entries ( entries word-names -- errors word-histogram message-histogram )
     [