X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fcompression%2Frun-length%2Frun-length.factor;h=15380d2ae1a60af67d327c175b7afc94f8a99199;hp=401024ffcee73648ec1f9da0023b046f5c4a8e84;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/basis/compression/run-length/run-length.factor b/basis/compression/run-length/run-length.factor index 401024ffce..15380d2ae1 100644 --- a/basis/compression/run-length/run-length.factor +++ b/basis/compression/run-length/run-length.factor @@ -1,8 +1,7 @@ ! Copyright (C) 2009 Doug Coleman. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays combinators grouping kernel locals math -math.matrices math.order multiline sequences.parser sequences -tools.continuations ; +USING: arrays combinators grouping kernel math math.matrices +math.order sequences sequences.parser ; IN: compression.run-length : run-length-uncompress ( byte-array -- byte-array' )