]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/rosetta-code/text-processing/max-licenses/max-licenses.factor
factor: trim using lists
[factor.git] / extra / rosetta-code / text-processing / max-licenses / max-licenses.factor
index 2722ea61d328a3e28cedd4562c4763a85ef84d61..602d44e7b9735a0abd716d632fbae11507213f91 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (c) 2012 Anonymous
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors http.client io io.encodings.ascii io.files
-io.files.temp kernel math math.parser memoize sequences
+io.files.temp kernel math math.parser sequences
 splitting urls ;
 IN: rosetta-code.text-processing.max-licenses