]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/formatting/formatting.factor
Updating code in basis and extra for stricter vocab search path semantics
[factor.git] / basis / formatting / formatting.factor
index 5a517e4ac498e2328636b04126e8f96f4007b004..f8b9ba501ba68e5c953bb0e5f7aa2f855269f2bb 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (C) 2008 John Benediktsson
 ! See http://factorcode.org/license.txt for BSD license
 
-USING: accessors arrays ascii assocs calendar combinators fry kernel 
-generalizations io io.encodings.ascii io.files io.streams.string
-macros math math.functions math.parser peg.ebnf quotations
-sequences splitting strings unicode.case vectors combinators.smart ;
+USING: accessors arrays assocs calendar combinators fry kernel
+generalizations io io.streams.string macros math math.functions
+math.parser peg.ebnf quotations sequences splitting strings
+unicode.categories unicode.case vectors combinators.smart ;
 
 IN: formatting