]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/validators/validators.factor
factor: trim more using lists.
[factor.git] / basis / validators / validators.factor
index 77350003672f1a41f44c2d18945de3660b08beab..26fed3486801433641a83a9654ee68ca7d8421e4 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2006, 2010 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: arrays assocs classes continuations hashtables kernel
-make math math.functions math.parser ranges namespaces
-quotations regexp sequences sets unicode words xmode.catalog ;
+USING: kernel make math math.functions math.parser ranges regexp
+sequences sets unicode xmode.catalog ;
 IN: validators
 
 : v-checkbox ( str -- ? )