]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/calendar/format/format.factor
factor: trim using lists
[factor.git] / basis / calendar / format / format.factor
index 7792ae935d26d90bc46510ed45fa58f00ee2d5b2..456e6ea3930c058005b8544c279bb10510fb15ca 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008, 2010 Slava Pestov, Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays calendar calendar.english combinators
+USING: accessors calendar calendar.english combinators
 formatting grouping io io.streams.string kernel make math
-math.order math.parser math.parser.private math.ranges present
+math.order math.parser math.parser.private ranges present
 quotations sequences splitting strings words ;
 IN: calendar.format