]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/roman/roman.factor
combinators.smart: Fix reduce-outputs, rename quot*n to call-n, rewrite more macros...
[factor.git] / basis / roman / roman.factor
index 69e4cca4ec80d192b699315b49be79405a69348a..391bc41dcba5381ef52a37330d62d5ee7cf95e27 100644 (file)
@@ -1,10 +1,10 @@
 ! Copyright (C) 2007 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays assocs effects fry generalizations
-grouping kernel lexer macros math math.order math.vectors
-namespaces parser effects.parser quotations sequences
-sequences.private splitting.monotonic stack-checker strings
-unicode.case words ;
+USING: accessors arrays assocs combinators.smart effects
+effects.parser fry generalizations grouping kernel lexer macros
+math math.order math.vectors namespaces parser quotations
+sequences sequences.private splitting.monotonic stack-checker
+strings unicode.case words ;
 IN: roman
 
 <PRIVATE