]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/logging/parser/parser-docs.factor
factor: trim using lists
[factor.git] / basis / logging / parser / parser-docs.factor
index 3a03fa3e78b0cdb7bd77b98b92defe933e2645c4..d02a73ea54c9ce27b39664827ad47f4cfa9b2974 100644 (file)
@@ -1,5 +1,5 @@
+USING: calendar help.markup help.syntax ;
 IN: logging.parser
-USING: help.markup help.syntax assocs logging math calendar ;
 
 HELP: parse-log
 { $values { "lines" "a sequence of strings" } { "entries" "a sequence of log entries" } }