]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/validators/validators.factor
Updating code for make and fry changes
[factor.git] / basis / validators / validators.factor
index b786ef55290433a3b5f60068358cf773b5085d67..f24171b2b476551f5344f5cd090119025b4b5da0 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2006, 2008 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel continuations sequences math
-namespaces sets math.parser math.ranges assocs regexp
-unicode.categories arrays hashtables words
-classes quotations xmode.catalog ;
+USING: kernel continuations sequences math namespaces make sets
+math.parser math.ranges assocs regexp unicode.categories arrays
+hashtables words classes quotations xmode.catalog ;
 IN: validators
 
 : v-default ( str def -- str )