]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/smalltalk/ast/ast.factor
factor: trim using lists
[factor.git] / extra / smalltalk / ast / ast.factor
index b3f8375587a531cb834e79f80674474c10f22b31..77ead89c18b41b301ca05c9c4daea671f103599e 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: strings arrays memoize kernel sequences accessors combinators ;
+USING: accessors arrays combinators kernel sequences strings ;
 IN: smalltalk.ast
 
 SINGLETONS: nil self super ;