]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/lists/lists.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / lists / lists.factor
index 260eb856c0d0eec5045cde762aaaaff9bebb00c1..be50f8eeedff8e07dbee6b7fa64cb371a739753c 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2008 James Cash, Daniel Ehrenberg, Chris Double.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors combinators combinators.short-circuit kernel
-lexer locals make math namespaces parser sequences words ;
+lexer make math namespaces parser sequences words ;
 IN: lists
 
 ! List Protocol