]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/eval/eval.factor
basis: use lint.vocabs tool to trim using lists
[factor.git] / basis / eval / eval.factor
index 1accb66c994c0ff0b6e65e180270095a3c27c8dc..a4efaa366f6a3782d6c89a815b64175e2780c3f6 100644 (file)
@@ -1,9 +1,8 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: combinators combinators.smart compiler.units
-continuations debugger effects.parser io io.streams.string
-kernel namespaces parser parser.notes prettyprint sequences
-splitting ;
+continuations debugger effects.parser io.streams.string
+kernel namespaces parser parser.notes prettyprint splitting ;
 IN: eval
 
 : parse-string ( str -- quot )