]> gitweb.factorcode.org Git - factor.git/blobdiff - core/combinators/short-circuit/short-circuit.factor
core: update using lists
[factor.git] / core / combinators / short-circuit / short-circuit.factor
index 73f328401895b48ee875be49adeae9ee3d42a379..a69eda7e7664ec3e663eef739fda50934ea30a5d 100644 (file)
@@ -1,5 +1,4 @@
-USING: arrays combinators generalizations kernel macros
-math sequences ;
+USING: arrays combinators generalizations kernel math sequences ;
 IN: combinators.short-circuit
 
 <PRIVATE