]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/compression/huffman/huffman.factor
factor: trim using lists
[factor.git] / basis / compression / huffman / huffman.factor
index 8b6d7e29670db6cd85cba41d2c27dd07f135252c..329e29a741b4517b30131aeea251d36bc070ee05 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2009, 2020 Marc Fauconneau, Abtin Molavi, and Jacob Fischer.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors arrays assocs bit-arrays bitstreams combinators
-fry hashtables heaps io kernel locals math math.bits math.order
-math.parser ranges multiline namespaces sequences sorting
-vectors ;
+hashtables heaps kernel math math.bits math.order namespaces
+sequences sorting vectors ;
 QUALIFIED-WITH: bitstreams bs
 IN: compression.huffman