]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/ryu/ryu.factor
factor: trim using lists
[factor.git] / extra / ryu / ryu.factor
index 899e7b03dad3d0105b40c5a6cffa5a52d3f595e1..caff6bb8aa1d931d6c8a2a39b8fb49f4334b9a8c 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2018 Alexander Ilin.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: combinators.smart kernel locals math math.bitwise
+USING: combinators.smart kernel math math.bitwise
 math.functions math.order math.parser ryu.data sequences
 sequences.private ;