]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/validators/validators.factor
Fixing basis -> extra dependencies
[factor.git] / basis / validators / validators.factor
index 37c0216740c75752dd5a6a17baf061b5db5571a9..b786ef55290433a3b5f60068358cf773b5085d67 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2006, 2008 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel continuations sequences sequences.lib math
+USING: kernel continuations sequences math
 namespaces sets math.parser math.ranges assocs regexp
 unicode.categories arrays hashtables words
 classes quotations xmode.catalog ;