]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/interpolate/interpolate.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / interpolate / interpolate.factor
index fd00b1fdd1de51fb9d4de1772a145b67fbdaeffe..cd300a585c73791bc08121fa464a880f61418cfe 100644 (file)
@@ -1,8 +1,8 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors fry generalizations io io.streams.string kernel
-locals macros make math math.order math.parser multiline
-namespaces present sequences splitting strings vocabs.parser ;
+make math math.order math.parser multiline namespaces present
+sequences splitting strings vocabs.parser ;
 IN: interpolate
 
 <PRIVATE