]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/coroutines/coroutines.factor
factor: more using trim
[factor.git] / extra / coroutines / coroutines.factor
index eec83525e90113bbb3bd21fa2d7aa61ead5648cc..f19235a55153670cc873c7df9f52702b88454a4c 100644 (file)
@@ -1,7 +1,6 @@
 ! Copyright (C) 2005 Chris Double, 2007 Clemens Hofreither, 2008 James Cash.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: kernel hashtables namespaces make continuations quotations
-accessors ;
+USING: kernel hashtables namespaces make continuations accessors ;
 IN: coroutines
 
 SYMBOL: current-coro